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

What Is the XHTML Element Content
What Is the XHTML Element Content? - XHTML Tutorials - Introduction To Element Content Syntax The content of an XHTML element is everything you entered between the opening tag and the closing tag of the element. Here are some good examples of XHTML element contents: &lt!-- An empty table cell --...
2007-05-12, 4629👍, 0💬

What Is a Script Tag/Element
What Is a Script Tag/Element? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags A "script" element is an optional sub-element of the "head" and many other XHTML elements. If a "script" element is placed inside the "head" element, the specified script code will not be executed immediatel...
2007-05-12, 4624👍, 0💬

What Are List Elements
What Are List Elements? - XHTML 1.0 Tutorials - Understanding Lists and List Items XHTML 1.0 offers 3 list elements: "ol" - Ordered List: A list of items with leading sequential numbers. "ul" - Unordered List: A list of items with leading bullets. "dl" - Definition List: A list of items with leading...
2007-05-12, 4622👍, 0💬

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

What Tools to Use to Write XHTML Documents
What Tools to Use to Write XHTML Documents? - XHTML FAQs - Introduction To XHTML 1.0 The basic tool you need to write XHTML documents is any text editor, like notepad on Windows system, or vi on Unix system. If you are looking for some advanced tools to help you writing XHTML documents, you can sele...
2007-05-12, 4612👍, 0💬

What Are Other Inline Elements
What Are Other Inline Elements? - XHTML 1.0 Tutorials - Understanding In-line Elements and Tags Other inline elements that are not covered in this collection: a - Defining an anchor. img - Defining an image. map - Defining a clickable image map. input - Defining an input field in a form. select - De...
2007-05-12, 4604👍, 0💬

Can Multiple Paragraphs Be Included in a List Item
Can Multiple Paragraphs Be Included in a List Item? - XHTML 1.0 Tutorials - Understanding Lists and List Items Yes. You can include multiple paragraphs in a single list item, because "li" is a flow type element, which can have block elements and inline elements. The tutorial example below shows you ...
2007-05-11, 4604👍, 0💬

XHTML Syntax
XHTML Syntax - XHTML 1.0 - Interview Questions What is the root element of an XHTML document? &lt;root&gt; &lt;xml&gt; &lt;html&gt; &lt;xhtml&gt; What is XHTML tag? What is XHTML element? What is XHTML attribute? How to close an XHTML element? What is an empty XHTML e...
2007-05-12, 4600👍, 0💬

What Attributes Are Allowed in the Body Element
What Attributes Are Allowed in the Body Element? - XHTML 1.0 Tutorials - Body Tag and Block Level Tags XHTML 1.0 strict version does not allow some attributes that were commonly used in early versions of HTML specification. For example: "background" can be used to specify a background image, and "bg...
2007-05-12, 4598👍, 0💬

Can Images Be Included in PRE Elements
Can Images Be Included in PRE Elements? - XHTML 1.0 Tutorials - Body Tag and Block Level Tags Yes. In-line elements can be included pre elements. So images can be included in pre elements with img elements. Here is a good example of img elements in pre elements: &lt;?xml version="1.0" ?&gt; ...
2007-05-12, 4598👍, 0💬

How To Highlight One Part of a Paragraph
How To Highlight One Part of a Paragraph? - XHTML 1.0 Tutorials - Body Tag and Block Level Tags If you want to hightlight one part of a paragraph, you can use the "strong" element with the "p" element. Below is a good tutorial example of using "strong" elements: &lt;?xml version="1.0" ?&gt; ...
2007-05-12, 4597👍, 0💬

What Is a DL Tag/Element
What Is a DL Tag/Element? - XHTML 1.0 Tutorials - Understanding Lists and List Items A "dl" element is block level element that can be used to define a definition list, where items are displayed with leading terms. Here are basic rules about "dl" elements: "dl" elements are block level elements. "dl...
2007-05-11, 4581👍, 0💬

What Is a MAP Tag/Element
What Is a MAP Tag/Element? - XHTML 1.0 Tutorials - Understanding Inline Images and Image Maps A "map" element is special inline element that you to define map entries to be used by image maps. Here are some basic rules on "map" elements: "map" elements are inline elements. "map" elements can not hav...
2007-05-12, 4578👍, 0💬

How To Reduce the Display Size of an Image
How To Reduce the Display Size of an Image? - XHTML 1.0 Tutorials - Understanding Inline Images and Image Maps If an image embedded inline is too big when displayed in a browser, you can use "width" and "height" attributes to reduce the image's display size. The display width and height should be pr...
2007-05-12, 4575👍, 0💬

What Is the BODY Tag/Element
What Is the BODY Tag/Element? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags The body element is the third element you need to learn. 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 ...
2007-05-12, 4573👍, 0💬

What Tools to Use to View XHTML Documents
What Tools to Use to View XHTML Documents? - XHTML FAQs - Introduction To XHTML 1.0 The basic tool you need to view XHTML documents is any Web browser, like Internet Explorer (IE) or FireFox. The following tutorial shows you how to view a XHTML document with : Write an XHTML document and save it as ...
2007-05-12, 4573👍, 0💬

What Is an IMG Tag/Element
What Is an IMG Tag/Element? - XHTML 1.0 Tutorials - Understanding Inline Images and Image Maps A "img" element is an inline element that you can use to define an inline image to be included in a XHTML document. Here are basic rules about an "img" element: "img" elements are inline elements. A "img" ...
2007-05-12, 4572👍, 0💬

What is the Second Level Structure of an XHTML Document
What is the Second Level Structure of an XHTML Document? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags The second level structure of an XHTML document consists of two parts: Head element - Contains information about the current document, such as its title, keywords that may be usefu...
2007-05-12, 4562👍, 0💬

What Are Other Block Elements
What Are Other Block Elements? - XHTML 1.0 Tutorials - Body Tag and Block Level Tags Other block elements that are not covered in this collection: ul, ol, dl - Specifying lists of items. table - Specifying tables of columns and rows. form - Specifying forms with input fields. script - Specifying cli...
2007-05-12, 4552👍, 0💬

What Is a Server-Side Image Map
What Is a Server-Side Image Map? - XHTML 1.0 Tutorials - Understanding Inline Images and Image Maps A server-side image map is an image inside a hyper link. The image must be defined with the "ismap" attribute in the "img" element. When a server-side image map is clicked in a browser window, the mou...
2007-05-12, 4540👍, 0💬

What Is the Base Tag/Element
What Is the Base Tag/Element? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags The "base" element is an optional sub-element of the "head" element. The "base" element specifies a base URL for all the hyper links in XHTML document. It has one required attribute called "href" to allow yo...
2007-05-12, 4528👍, 0💬

What Is the HTML Tag/Element
What Is the HTML Tag/Element? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags The html element is the first element you need to learn. The html element is used to enclose the entire HTML document. Here are some rules about the html element: The html element is the only top level eleme...
2007-05-12, 4526👍, 0💬

What Are Commonly Used Inline Elements
What Are Commonly Used Inline Elements? - XHTML 1.0 Tutorials - Understanding In-line Elements and Tags Here are some commonly used inline elements: strong - Defining text with a strong emphasis. em - Defining text with an emphasis. code - Defining computer code text. sub - Defining a subscript text...
2007-05-12, 4525👍, 0💬

What Is the Robots META Tag/Element
What Is the Robots META Tag/Element? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags The robots meta element is a special meta element that provides directives to robots who is visiting the XHTML document. The robots meta element must include the "name" attribute as, name="robots". Th...
2007-05-12, 4517👍, 0💬

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