Total Questions:-25 Goto Page:
1 2 3
R4R ---> Articles--> XHTML -->XHTML Articles List
Page 1
Articles:Choose correct tag to break line in XHTML?
a. <br>
b. <br />
Post Your View
View
By:Vivek Date:
Articles:Give an example shows properly nested element in XHTML?
Post Your View
View
By:v Date:
View In HTML we can improperly nested some element each other like that,
<b><i>Gives text as bold and italic</b></i>
Where as In XHTML, all elements mu More --- >>
By:Vivek Date:
Articles:Give example shows Document must have one root element in XHTML?
Post Your View
View In XHTML all elements should be nested in the <html> root element.Elements inside the <html> root element can have their child or elements an so on.
More --- >>
By:Vivek Date:
Articles:Give example shows Element must be closed in XHTML?
Post Your View
View XHTML said an Empty and Non-Empty Elements must be closed.
Example shows the case of Non-Empty Element.
<p>Write here paragraph</p>
<p>Write here More --- >>
By:Vivek Date:
Articles:Give example shows Element must be written in XHTML?
Post Your View
View In XHTML Your Element must be Written in Lower Case.
Example:
<body>
<p>Here write a paragraph</p>
</body>
More --- >>
By:Vivek Date:
Articles:How to print "Hello World!" using XHTML?
Post Your View
View To print "Hello World!" you have to write following code.
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 More --- >>
By:Vivek Date:
Articles:How XHTML is differ from HTML?
Post Your View
View XHTML is an more formal,Hard and Fast version of HTML.Some main difference b/w XHTML and HTML are given below:
1.In XHTML element should be properly More --- >>
By:Vivek Date:
Articles:How you define DTD in XHTML?
Post Your View
View Before I given use of DTD. I want to remember what is DTD.
DTD: Its stand for Document Type Declaration. It specify the syntax of web page in SGML. More --- >>
By:Vivek Date:
Articles:How you perform validation in XHTML?
Post Your View
View We can Validate our XHTML document by using W3C's validator.
Here, I given you example which is validate our XHTML document with DTD.
Example In w More --- >>
By:Vivek Date:
Articles:How you use img and hr tag in XHTML because both tags doesn't have closed tag?
Post Your View
View I have given you solution of how to use img and hr tag in XHTML.Now,the solution for given problem is that,
Add only hte forward slash in element. More --- >>
By:Vivek Date:
Go:
1 2 3
Contact Us
|