<< < 2 3 4 5 6 7 8 9 > >>   Sort: Date

What is a Smallest Valid XHTML Dodument
What is a Smallest Valid XHTML Dodument? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags If you are interested to see the smallest, but valid, XHTML document, check this one: &lt;?xml version="1.0" ?&gt; &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://w...
2007-05-12, 4703👍, 0💬

What Is the Author META Tag/Element
What Is the Author META Tag/Element? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags The author meta element is a special meta element that provides information about the author of the XHTML document. The author meta element must include the "name" attribute as, name="author". Here is...
2007-05-12, 4701👍, 0💬

What Is a LI Tag/Element
What Is a LI Tag/Element? - XHTML 1.0 Tutorials - Understanding Lists and List Items An "li" element is flow type element, which can be used only as a child element of "ol" and "ul" elements. An "li" element can be used to define a list item. Here are basic rules about "li" elements: "li" elements c...
2007-05-12, 4701👍, 0💬

What Are the XHTML Elements Defined with PCDATA Contents
What Are the XHTML Elements Defined with PCDATA Contents? - XHTML Tutorials - Introduction To Element Content Syntax The following XHTML elements are defined to use the PCDATA content model: &lt;title&gt; - Element to provide a title to the document. &lt;style&gt; - Element to provid...
2007-05-12, 4699👍, 0💬

What Is the Relation between XHTML and URL
What Is the Relation between XHTML and URL? - XHTML FAQs - Introduction To XHTML 1.0 URL (Uniform Resource Locator) is a compact string representation of the location for a Web document or other resource that is available on the Internet. The URL of an XHTML document is usually the document file nam...
2007-05-12, 4696👍, 0💬

What Is a TR Tag/Element
What Is a TR Tag/Element? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells A "tr" element is a special element that can only be used as a sub-element of a "table" element. A "tr" element defines a row in a table. Here are basic rules about "tr" elements: "tr" elements are special element...
2007-05-11, 4696👍, 0💬

What is the Top Level Structure of an XHTML Document
What is the Top Level Structure of an XHTML Document? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags The top level structure of a XHTML document consists of three parts: XML processing instruction - Provides XML version information and character set declaration. Document type declara...
2007-05-12, 4693👍, 0💬

Can I Mix Images with Text in a Paragraph
Can I Mix Images with Text in a Paragraph? - XHTML 1.0 Tutorials - Body Tag and Block Level Tags Yes. "img" elements are in-line elements. You can use "img" elements to mix images with text in any paragraph defined by a "p" element'. Below is a good tutorial example of image mixed with text: &lt...
2007-05-12, 4690👍, 0💬

How To Get Extra Space between Paragraphs
How To Get Extra Space between Paragraphs? - XHTML 1.0 Tutorials - Body Tag and Block Level Tags By default, browsers will give a predefined white space between two paragraphs. But if you want some extra white space between two paragraphs, you can enter an extra paragraph with a &amp;nbsp; entit...
2007-05-12, 4689👍, 0💬

What Is the Keywords META Tag/Element
What Is the Keywords META Tag/Element? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags The keywords meta element is a special meta element that provides a list of keywords about the XHTML document. The keywords meta element must include the "name" attribute as, name="keywords". Here i...
2007-05-12, 4686👍, 0💬

What Is an INPUT Tag/Element
What Is an INPUT Tag/Element? - XHTML 1.0 Tutorials - Understanding Forms and Input Fields An "input" element is an inline element that can used inside a "form" element to define an input field. Here are basic rules about an "input" elements: An "input" element is an inline element. It can not be us...
2007-05-12, 4685👍, 0💬

What Are the Attributes of a FORM Element
What Are the Attributes of a FORM Element? - XHTML 1.0 Tutorials - Understanding Forms and Input Fields There are 3 commonly used attributes for a "form" element: "action" - Required attribute. Used to specify the URL of the form processing program. "method" - Optional attribute. Used to specify the...
2007-05-12, 4683👍, 0💬

What Is the HEAD Tag/Element
What Is the HEAD Tag/Element? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags The head element is the second element you need to learn. The head element is used to provide information about the XHTML document. The head element should not be used to contain any contents of the XHTML do...
2007-05-12, 4680👍, 0💬

How Many Document Types Defined in XHTML 1.0
How Many Document Types Defined in XHTML 1.0? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags There are only 3 document types are defined in XHTML 1.0: 1. Strict type: Only allow non-deprecated and non-frameset XHTML elements in this type. Strict type should be declared as below: &...
2007-05-12, 4678👍, 0💬

What Is Wrong with My Body Elements
What Is Wrong with My Body Elements? - XHTML 1.0 Tutorials - Body Tag and Block Level Tags If you are having trouble with your body elements, it could be caused by one of the following common mistakes: &lt;!-- Text can not be used in body directly --&gt; &lt;body&gt; Hello world! &am...
2007-05-12, 4678👍, 0💬

What Is a Style Tag/Element
What Is a Style Tag/Element? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags A "style" element is an optional sub-element of the "head" element. A "link" element is used to specify Cascading Style Sheet (CSS) entries. Here is good example of a style element: &lt;?xml version="1.0"...
2007-05-12, 4677👍, 0💬

What Are the Values Submitted on Radio Button Fields
What Are the Values Submitted on Radio Button Fields? - XHTML 1.0 Tutorials - Understanding Forms and Input Fields A "radio" button input field does not allow viewers to enter any input values directly. If a form is submitted, "radio" button input fields will be submitted with values based on the fo...
2007-05-12, 4676👍, 0💬

What Is CDATA
What Is CDATA? - XHTML Tutorials - Introduction To Element Content Syntax CDATA stands for Character DATA, which is used to define a section of data that should not go through the XHTML entity translation (parsing) process. In other words, 3 special characters: "&lt;", "&gt;", and "&amp;...
2007-05-12, 4675👍, 0💬

Table Elements
Table Elements - XHTML 1.0 - Interview Questions 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"? Ho...
2007-05-12, 4673👍, 0💬

What Is a Sub-element
What Is a Sub-element? - XHTML Tutorials - Introduction To Element Content Syntax A sub-element is an XHTML element that is included inside the content of another XHTML element. The inner element is called the sub-element or child element. The outer element is called the parent element. Together the...
2007-05-12, 4666👍, 0💬

What Is an CODE Tag/Element
What Is an CODE Tag/Element? - XHTML 1.0 Tutorials - Understanding In-line Elements and Tags An "code" element is an inline element that you can use to specify text to be treated as computer code. Here are basic rules about "code" elements: "code" elements are inline elements. "code" elements can no...
2007-05-12, 4664👍, 0💬

What Is a P Tag/Element
What Is a P Tag/Element? - XHTML 1.0 Tutorials - Body Tag and Block Level Tags A p element is a block level element that can be used directly as a sub-element in the body element. You can use p elements to specify paragraphs of text and in-line elements. Here are basic rules about p elements: "p" el...
2007-05-12, 4664👍, 0💬

What Are the XHTML Elements Defined with Mixed Contents
What Are the XHTML Elements Defined with Mixed Contents? - XHTML Tutorials - Introduction To Element Content Syntax The following XHTML elements are defined to use the mixed content model: &lt;p&gt; - Element to insert a paragraph. &lt;pre&gt; - Element to insert a pre-formatted text...
2007-05-12, 4658👍, 0💬

Inline Elements
Inline Elements - XHTML 1.0 - Interview Questions 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 ins...
2007-05-12, 4658👍, 0💬

<< < 2 3 4 5 6 7 8 9 > >>   Sort: Date