|
Home >> FAQs/Tutorials >> XHTML Tutorials and Tips >> Index
XHTML 1.0 - Interview Questions
By: FYIcenter.com
Part:
1
2
(Continued from previous part...)
Inline Elements
- What is an inline element?
- Is "h1" an inline element?
- Is "br" an inline element?
- Is "strong" an inline element?
- Can you use an inline element inside a "p" element?
- Can you use an inline element inside a "li" element?
- Can you use an inline element inside a "td" element?
Table Elements
- Can you place a "table" element inside a "p" element?
- What is a "tr" element?
- What is a "td" element?
- Can you place a "table" element inside a "td" element?
- Can you add text content into a "tr" element?
- What is "cellspacing"?
- What is "cellpadding"?
- How to merge cells?
- Can you put another table inside a table cell?
- How to control text horizontal alignment in cells?
- How to control text vertical alignment in cells?
Hyper Links and Images
- What is a hyper link?
- What is a URL?
- How to included an image in the middle of a sentence?
- How to place an image to the right side of a paragraph?
- What is an image map?
Forms and Input Fields
- What is a form?
- What elements can you use to submit a form?
- When a form is submitted, where the data is delivered to?
- What is a hidden input field?
- How to create a group of radio buttons?
- How to create a file upload input field?
General
- Do you use any tools when authoring new XHTML documents?
- Do you use any tools when converting HTML documents to XHTML?
- How to validate your XHTML documents?
- How comfortable are you with writing XHTML entirely by hand?
- Are you excited about XHTML?
- What would you do to convert thousands of HTML files to XHTML?
Part:
1
2
|