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

What Are Inline Elements
What Are Inline Elements? - XHTML 1.0 Tutorials - Understanding In-line Elements and Tags Inline elements are XHTML elements that can be used together with character data to form lines of paragraph blocks. Here are some basic rules about inline elements: Inline elements are usually used as sub-eleme...
2007-05-12, 4824👍, 0💬

What Is a FORM Tag/Element
What Is a FORM Tag/Element? - XHTML 1.0 Tutorials - Understanding Forms and Input Fields A "form" element is a block element that you can use to define an input form with input fields. Here are basic rules about a "form" element: "form" elements are block elements. A "form" element can have empty co...
2007-05-12, 4823👍, 0💬

What Is the Structure of a URL
What Is the Structure of a URL? - XHTML 1.0 Tutorials - Understanding Hyper Links and URLs The structure of a URL is defined by the URL specification, see http://www.ietf.org/rfc/rfc239 6.txt. Generally, a URL consists of 7 parts: Protocol Name - Identifies the communication protocol through which t...
2007-05-12, 4817👍, 0💬

Can BLOCKQUOTE Elements Be Nested
Can BLOCKQUOTE Elements Be Nested? - XHTML 1.0 Tutorials - Body Tag and Block Level Tags Yes. Blockquote elements can be directly nested. This allows you to include one quote inside another quote. Below is a good example of nested blockquote elements: &lt;?xml version="1.0" ?&gt; &lt;!DO...
2007-05-12, 4815👍, 0💬

What Happens If Protocol or Port Number Is Missing in a URL
What Happens If Protocol or Port Number Is Missing in a URL? - XHTML 1.0 Tutorials - Understanding Hyper Links and URLs From a syntax point of view, all URL parts are optional. If some parts are not included in a URL, the browser and the hosting computer will provide default values. Here are some ru...
2007-05-12, 4811👍, 0💬

What Is the Relation between XHTML and SGML
What Is the Relation between XHTML and SGML? - XHTML FAQs - Introduction To XHTML 1.0 SGML (Standard Generalized Markup Language) is a metalanguage in which one can define markup languages, like HTML, for documents. SGML is a descendant of IBM's Generalized Markup Language (GML), developed in the 19...
2007-05-12, 4811👍, 0💬

What Is the Body Tag/Element
What Is the Body Tag/Element? - XHTML 1.0 Tutorials - Body Tag and Block Level Tags The body element is used to provide content of the XHTML document. Here are some rules about the body tag/element: The body element is a second level element. The body element must be the second child element of the ...
2007-05-12, 4809👍, 0💬

How Many Tags Are Defined in XHTML 1.0
How Many Tags Are Defined in XHTML 1.0? - XHTML FAQs - Introduction To XHTML 1.0 There are 77 tags defined in XHTML 1.0: a abbr acronym address area b base bdo big blockquote body br button caption cite code col colgroup dd del dfn div dl dt em fieldset form h1 h2 h3 h4 h5 h6 head hr html i img inpu...
2007-05-12, 4808👍, 0💬

What Is an Animated Image
What Is an Animated Image? - XHTML 1.0 Tutorials - Understanding Inline Images and Image Maps An animated image is a special image file saved in animated GIF format. When an animated image is displayed in a browser window, multiple image frames will be displayed in sequence to form a simple animatio...
2007-05-12, 4806👍, 0💬

How To Get an Extra White Space
How To Get an Extra White Space? - XHTML Tutorials - Introduction To Element Content Syntax As you know that white space characters will be ignored in elements like "p". So how to get some extra white space to show up in your text paragraphs? On easy solution is to use XHTML entity: "&amp;nbsp;"...
2007-05-12, 4805👍, 0💬

What Are Heading Tags/Elements
What Are Heading Tags/Elements? - XHTML 1.0 Tutorials - Body Tag and Block Level Tags Heading elements are block level elements that can be used directly as a sub-element in the body element. You can use heading elements to specify heading in different sizes. Here are basic rules about heading eleme...
2007-05-12, 4800👍, 0💬

What Is a BR Tag/Element
What Is a BR Tag/Element? - XHTML 1.0 Tutorials - Understanding In-line Elements and Tags A "br" element is an inline element that you can use to specify a line break in the paragraph. Here are basic rules about "br" elements: "br" elements are inline elements. "br" elements can not be used at block...
2007-05-12, 4799👍, 0💬

What Is an EM Tag/Element
What Is an EM Tag/Element? - XHTML 1.0 Tutorials - Understanding In-line Elements and Tags An "em" element is an inline element that you can use to specify text with a normal emphasis. Here are basic rules about "em" elements: "em" elements are inline elements. "em" elements can not be used at block...
2007-05-12, 4795👍, 0💬

What Is a Client-Side Image Map
What Is a Client-Side Image Map? - XHTML 1.0 Tutorials - Understanding Inline Images and Image Maps A client-side image map is an image defined with the "ismap" attribute and the "usemap" attribute. When a client-side image map is clicked in a browser window, the browser will take mouse coordinates ...
2007-05-12, 4790👍, 0💬

What Elements Are Allowed as Body Sub-Elements
What Elements Are Allowed as Body Sub-Elements? - XHTML 1.0 Tutorials - Body Tag and Block Level Tags The content model of the body element is sub-element only. Character data is not allowed as body element's content. You can only enter sub elements inside the body element. But not all elements can ...
2007-05-12, 4788👍, 0💬

What Is a META Tag/Element
What Is a META Tag/Element? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags A meta element is optional child element of the head element. A meta element provides one piece of extra information about the XHTML document. Here are some important rules about meta elements: Meta elements a...
2007-05-12, 4787👍, 0💬

How To Float an Image to the Right Side
How To Float an Image to the Right Side? - XHTML 1.0 Tutorials - Understanding Inline Images and Image Maps If you want to float an image to the right side of the paragraph instead of inline within a text line, you have to use the CSS property "float" to do this. The "float" property takes two value...
2007-05-12, 4782👍, 0💬

How To Validate XHTML Documents Online
How To Validate XHTML Documents Online? - XHTML FAQs - Introduction To XHTML 1.0 If you have just finished a new XHTML document, and you want to make sure that confirms with the XHTML specification, you can use the XHTML online validator at http://validator.w3.org/ . There are 3 ways you can use thi...
2007-05-12, 4781👍, 0💬

What Is the TITLE Tag/Element
What Is the TITLE Tag/Element? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags The title element is the 4th element you need to learn. The title element is used to provide a text title to the XHTML document. Here are some rules about the head tag/element: The title element is a requir...
2007-05-12, 4776👍, 0💬

What Is an OL Tag/Element
What Is an OL Tag/Element? - XHTML 1.0 Tutorials - Understanding Lists and List Items An "ol" element is block level element that can be used to define an ordered list, where items are displayed with leading sequential numbers. Here are basic rules about "ol" elements: "ol" elements are block level ...
2007-05-12, 4776👍, 0💬

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

What Happens If File Name is Missing in a URL
What Happens If File Name is Missing in a URL? - XHTML 1.0 Tutorials - Understanding Hyper Links and URLs If the file name part is missing in a URL, the one of the following two rules will be used. 1. If a URL has no file name, but a path name is given, the browser will let the hosting computer to s...
2007-05-12, 4771👍, 0💬

How To Use "password" Input Fields
How To Use "password" Input Fields? - XHTML 1.0 Tutorials - Understanding Forms and Input Fields A "password" input field is defined as &lt;input type="password" .../&gt;. A "password" input field can be used to create an input field to allow viewers to enter text strings or numbers without ...
2007-05-12, 4770👍, 0💬

What Is a Client-Side Image Map
What Is a Client-Side Image Map? - XHTML 1.0 Tutorials - Understanding Inline Images and Image Maps A client-side image map is an image defined with the "ismap" attribute and the "usemap" attribute. When a client-side image map is clicked in a browser window, the browser will take mouse coordinates ...
2007-05-12, 4767👍, 0💬

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