|
Home >> FAQs/Tutorials >> XHTML Tutorials and Tips >> Index
XHTML 1.0 - Interview Questions
By: FYIcenter.com
Part:
1
2
Here are some nice interview questions on XHTML 1.0. You can find answers
to these questions in other parts of this tutorial collection.
Basic Concepts
- What is XHTML?
- How is XHTML related to HTML?
- How is XHTML related to XML?
- What are the main advantages of XHTML over HTML?
- Is an XHTML document an XML document?
- Is an XML document an XHTML document?
- Is XHTML going to replace HTML?
- Is XML going to replace XHTML?
XHTML Syntax
Block Elements
- What is a block element?
- Is "h1" a block element?
- Is "br" a block element?
- Is "pre" a block element?
- Can you use a block element inside a "p" element?
- Can you use a block element inside a "li" element?
- Can you use a block element inside a "td" element?
(Continued on next part...)
Part:
1
2
|