
XHTML Tutorials/FAQs - 182 Entries
XHTML FAQs - Introduction To XHTML 1.0
A collection of 17 FAQs on XHTML 1.0 introduction. Clear answers are provided for frequently asked questions on what is XHTML, Web, HTTP, XML, HTML, URL, SGML, CSS, and DTD; who developed XHTML; writing and viewing XHTML documents.
- What Is XHTML?
- What Does an XHTML Document Look Like?
- What Is the Relation between XHTML and HTML?
- What Is the Relation between XHTML and XML?
- What Is the Relation between XHTML and the Web?
- What Is the Relation between XHTML and HTTP?
- What Is the Relation between XHTML and URL?
- What Is URI?
- What Is the Relation between XHTML and SGML?
- What Is the Relation between XHTML and CSS?
- What Is the Relation between XHTML and DTD?
- Who Developed XHTML?
- What Is the Latest XHTML Specification?
- How Many Tags Are Defined in XHTML 1.0?
- How To Validate XHTML Documents Online?
- What Tools to Use to Write XHTML Documents?
- What Tools to Use to View XHTML Documents?
XHTML Tutorials - Introduction To Tag and Attribute Syntax
A collection of 16 tutorial tips on XHTML 1.0 element tag and attribute syntax. Clear answers are provided with tutorial exercises on XHTML elements, opening and closing tags, element attributes, quoting attribute values, required attribute and values, case sensitivity, entering comments, protecting ampersand sign.
- What Is an XHTML Element?
- How To Enter Comments into XHTML documents?
- How To Write the Opening Tag of an XHTML Element?
- How To Closing an XHTML Element?
- What Is Wrong with My <br> Tags?
- What Is Wrong with My <meta> Tags?
- How To Enter Element Content?
- Is XHTML Element Name Case Sensitive?
- What Is an XHTML Element Attribute?
- How To Write Element Attributes Properly?
- Is Attribute Name Case Sensitive?
- How To Quote Element Attribute Values Properly?
- How To Write Ampersand Sign in Attribute Values?
- What Is a Required Attribute?
- What Are Predefined Attribute Values?
- What Is Wrong with My "checked" Attribute Values?
XHTML Tutorials - Introduction To Element Content Syntax
A collection of 17 tutorial tips on XHTML 1.0 element content syntax and basics. Clear answers are provided with tutorial exercises on XHTML element content models, EMTPY and PCDATA element contents, sub-element only contents, mixed contents, XHTML entities and CDATA, nested elements, white space characters.
- What Is the XHTML Element Content?
- What Are the XHTML Element Content Models?
- What Are the XHTML Elements Defined with EMPTY Contents?
- What Are the XHTML Elements Defined with PCDATA Contents?
- What Are the XHTML Elements Defined with Sub-elements Contents?
- What Are the XHTML Elements Defined with Mixed Contents?
- What Is PCDATA?
- What Is an XHTML Entity?
- What Is CDATA?
- What Is a Sub-element?
- Can Two Elements Partially Overlap Each Other?
- What Is the Sequence of Sub-elements?
- What Is a Required Sub-element?
- What Is a White Space Character?
- How Exactly White Space Characters Are Ignored?
- How To Get an Extra White Space?
XHTML 1.0 Tutorials - Document Structure and Head Level Tags
A collection of 22 FAQs/tutorials tips on XHTML document structure and head level elements. Clear answers are provided with tutorial exercises on XHTML DTD specifications and the root element; the head and body elements; head level elements like title, meta, base, script, link, and style; description and keywords meta elements.
- What is the Top Level Structure of an XHTML Document?
- How Many Document Types Defined in XHTML 1.0?
- What Is the HTML Tag/Element?
- What is the Second Level Structure of an XHTML Document?
- What Is the HEAD Tag/Element?
- What Is the BODY Tag/Element?
- How To Write a HEAD Element Properly?
- What Is the TITLE Tag/Element?
- What is a Smallest Valid XHTML Dodument?
- What Is Wrong with This HEAD Element?
- What Happens If the TITLE Element is Missing?
- What Happens If a META Element Is Not Closed?
- What Is a META Tag/Element?
- What Is the Description META Tag/Element?
- What Is the Keywords META Tag/Element?
- What Is the Robots META Tag/Element?
- What Is a http-equiv META Tag/Element?
- What Is the Author META Tag/Element?
- What Is the Base Tag/Element?
- What Is a Script Tag/Element?
- What Is a Link Tag/Element?
- What Is a Style Tag/Element?

XHTML 1.0 Tutorials - Body Tag and Block Level Tags
A collection of 18 FAQs/tutorials tips on XHTML body tag and block level tags. Clear answers are provided with tutorial exercises on XHTML body element and its sub-elements; normal paragraphs and pre-formatted paragraphs, in-line elements in paragraphs, line breaks and paragraph spacing, block level elements: p, pre, blockquote, h1, hr.
- What Is the Body Tag/Element?
- What Is Wrong with My Body Elements?
- What Elements Are Allowed as Body Sub-Elements?
- What Attributes Are Allowed in the Body Element?
- What Is a P Tag/Element?
- Can I Mix Images with Text in a Paragraph?
- How To Control Line Breaks in a Paragraph?
- How To Highlight One Part of a Paragraph?
- How To Get Extra Space between Paragraphs?
- What Is Wrong with My P Elements?
- What Is a PRE Tag/Element?
- Are Tab Characters Preserved in a PRE Element?
- Can Images Be Included in PRE Elements?
- What Is a BLOCKQUOTE Tag/Element?
- Can BLOCKQUOTE Elements Be Nested?
- What Are Heading Tags/Elements?
- What Are HR Tags/Elements?
- What Are Other Block Elements?
XHTML 1.0 Tutorials - Understanding In-line Elements and Tags
A collection of 11 FAQs/tutorials tips on XHTML inline elements and tags. Clear answers are provided with tutorial exercises on inline elements like: strong, em, code, sub, sup, del, ins, big, small, br, script.
- What Are Inline Elements?
- What Are Commonly Used Inline Elements?
- What Is a STRONG Tag/Element?
- What Is an EM Tag/Element?
- What Is an CODE Tag/Element?
- What Are SUB and SUP Tags/Elements?
- What Are DEL and INS Tags/Elements?
- What Are BIG and SMALL Tags/Elements?
- What Is a BR Tag/Element?
- What Is a SCRIPT Tag/Element?
- What Are Other Inline Elements?
XHTML 1.0 Tutorials - Understanding Hyper Links and URLs
A collection of 16 FAQs/tutorials tips on XHTML hyper links and URLs. Clear answers are provided with tutorial exercises on anchor tags/elements, URL structures, different formats of URLs, hyper links to image, music, PDF and ZIP files, opening documents in new windows.
- What Are Hyper Links?
- What Is an Anchor (A) Tag/Element?
- How To Define a Hyper Link?
- How To Define a Bookmark?
- What Is a URL?
- What Is the Structure of a URL?
- What Happens If Protocol or Port Number Is Missing in a URL?
- What Happens If a URL Starts with Path or File name?
- What Is a Relative Path Name?
- What Happens If File Name is Missing in a URL?
- How To Build Hyper Link Indexes within the Same Document?
- What Happens If a Hyper Link Points to an Image?
- What Happens If a Hyper Link Points to a Music File?
- What Happens If a Hyper Link Points to a PDF File?
- What Happens If a Hyper Link Points to a ZIP File?
- How To Create A Link to Open a Document in a New Window?
XHTML 1.0 Tutorials - Understanding Lists and List Items
A collection of 9 FAQs/tutorials tips on XHTML list elements and list items. Clear answers are provided with tutorial examples on list elements for ordered lists, unordered lists, and definition lists; creating nested lists; including multiple paragraphs in one list item; changing list item markers.
- What Are List Elements?
- What Is an OL Tag/Element?
- What Is a LI Tag/Element?
- Can Multiple Paragraphs Be Included in a List Item?
- What Is a UL Tag/Element?
- What Is a DL Tag/Element?
- Can List Elements Be Nested?
- How To Use Different Markers on Ordered List Items?
- How To Use Different Markers on Unordered List Items?
XHTML 1.0 Tutorials - Understanding Tables and Table Cells
A collection of 17 FAQs/tutorials tips on XHTML tables and table cells. Clear answers are provided with tutorial exercises on table elements like: table, tr, td, th, caption; table attributes like: border, frame, cellspacing, cellpadding; row and cell attributes like: align, valign, colspan, rowspan.
- What Is a TABLE Tag/Element?
- What Is a TR Tag/Element?
- What Is a TD Tag/Element?
- What Are the Attributes of a TABLE Element?
- How To Create Table Borders?
- How To Turn On Some Parts of Table Outer Borders?
- How To Control White Spaces between Table Cells?
- How To Control Padding Spaces within a Table Cell?
- How To Control Table Widths?
- What Happens If One Row Has Missing Columns?
- How To Control Horizontal Alignment?
- How To Control Vertical Alignment?
- How To Add Column Headers to a Table?
- What Is a CAPTION Tag/Element?
- How To Merge Cells in a Row?
- How To Merge Cells in a Column?
- How To Create Nested Tables?
XHTML 1.0 Tutorials - Understanding Forms and Input Fields
A collection of 25 FAQs/tutorials tips on XHTML forms and input fields. Clear answers are provided with tutorial exercises on forms and input fields: form elements and submission methods; input elements and input types like text, password, radio, checkbox, hidden, submit, file, image, button; dropdown lists and text areas; multiple forms.
- What Is a FORM Tag/Element?
- What Are the Attributes of a FORM Element?
- What Is an INPUT Tag/Element?
- How Many Input Types Are Supported by INPUT Elements?
- How To Use "text" Input Fields?
- How To Use "password" Input Fields?
- How To Use "checkbox" Input Fields?
- What Are the Values Submitted on Checkbox Fields?
- How To Use "radio" Input Fields?
- What Are the Values Submitted on Radio Button Fields?
- How To Use "submit" Input/Action Fields?
- What Are the Values Submitted on Submit Button Fields?
- How To Use "reset" Input/Action Fields?
- How To Use "file" Input Fields?
- How To Use "hidden" Input Fields?
- How To Use "image" Input Fields?
- What Are the Values Submitted on Image Button Fields?
- How To Use "button" Input Fields?
- What Is a TEXTAREA Tag/Element?
- What Are the Attributes of a TEXTAREA Element?
- What Is a SELECT Tag/Element?
- What Is an OPTION Tag/Element?
- What Is a LABEL Tag/Element?
- Can Two Forms Be Nested?
- Do Broswers Support Multiple Forms?
XHTML 1.0 Tutorials - Understanding Inline Images and Image Maps
A collection of 8 FAQs/tutorials tips on XHTML image and image map elements. Clear answers are provided with tutorial exercises on inline images and image maps: image elements and image sizes; floating images and animated images, server-side and client-side image maps.
- What Is an IMG Tag/Element?
- What Are the Attributes of an IMG Element?
- How To Reduce the Display Size of an Image?
- How To Float an Image to the Right Side?
- What Is an Animated Image?
- What Is a Server-Side Image Map?
- What Is a Client-Side Image Map?
- What Is a MAP Tag/Element?
XHTML 1.0 Tutorials - Understanding DIV and SPAN elements
A collection of 6 FAQs/tutorials tips on XHTML "div" and "span" elements. Clear answers are provided with tutorial exercises on basic usages of "div" and "span" elements; nesting and floating "div" elements; changing fonts with "span" elements.
- What Is a DIV Tag/Element?
- How To Use DIV Elements to Change CSS Properties?
- Can DIV Elements Be Nested?
- Can DIV Elements Be Floated?
- What Is a SPAN Tag/Element?
- How To Change Text Fonts for Some Parts of a Paragraph?
XHTML 1.0 - Interview Questions
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
- XHTML Syntax
- Block Elements
- Inline Elements
- Table Elements
- Hyper Links and Images
- Forms and Input Fields
- General