<< < 108 109 110 111 112 113 114 115 116 117 118 > >>   Sort: Rank

What Are BIG and SMALL Tags/Elements
What Are BIG and SMALL Tags/Elements? - XHTML 1.0 Tutorials - Understanding In-line Elements and Tags "big" and "small" elements are inline elements that you can use to specify text to be displayed in bigger and smaller font sizes respectively. Here are basic rules about "big" and "small" elements: ...
2007-05-12, 5264👍, 0💬

What Are DEL and INS Tags/Elements
What Are DEL and INS Tags/Elements? - XHTML 1.0 Tutorials - Understanding In-line Elements and Tags "del" and "ins" elements are inline elements that you can use to specify text to be treated as deleted text and inserted text respectively. Here are basic rules about "del" and "ins" elements: "del" a...
2007-05-12, 5259👍, 0💬

What Are SUB and SUP Tags/Elements
What Are SUB and SUP Tags/Elements? - XHTML 1.0 Tutorials - Understanding In-line Elements and Tags "sub" and "sup" elements are inline elements that you can use to specify text to be treated as subscript and superscript respectively. Here are basic rules about "sub" and "sup" elements: "sub" and "s...
2007-05-12, 5400👍, 0💬

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, 4922👍, 0💬

What Is an XHTML Entity
What Is an XHTML Entity? - XHTML Tutorials - Introduction To Element Content Syntax An XHTML entity is escape sequence used to represent a special character that is hard to enter via a normal keyboard. For example, you can not find a key on your keyboard to enter the copyright character, "&copy;...
2007-05-12, 5379👍, 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, 5012👍, 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, 5344👍, 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, 4836👍, 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, 4893👍, 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, 5218👍, 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, 4923👍, 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, 5111👍, 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, 5168👍, 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, 5167👍, 0💬

Forms and Input Fields
Forms and Input Fields - XHTML 1.0 - Interview Questions 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?
2007-05-12, 5071👍, 0💬

Hyper Links and Images
Hyper Links and Images - XHTML 1.0 - Interview Questions 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?
2007-05-12, 5051👍, 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, 4978👍, 0💬

Basic Concepts
Basic Concepts - XHTML 1.0 - Interview Questions What is XHTML? How is XHTML related to HTML? How is XHTML related to XML? What are the main advantages of XHTML over HTML? Is an XHTML document an XML document? Is an XML document an XHTML document? Is XHTML going to replace HTML? Is XML going to repl...
2007-05-12, 5428👍, 0💬

What Is PCDATA
What Is PCDATA? - XHTML Tutorials - Introduction To Element Content Syntax PCDATA stands for Parsed Character DATA. Here are some basic rules about PCDATA: PCDATA is a string of characters and XHTML entities. XHTML entities are escape sequences used to refer to special characters that are not so eas...
2007-05-12, 5333👍, 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, 5095👍, 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, 4924👍, 0💬

General
General - XHTML 1.0 - Interview Questions 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 ...
2007-05-12, 5428👍, 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, 5139👍, 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, 5309👍, 0💬

<< < 108 109 110 111 112 113 114 115 116 117 118 > >>   Sort: Rank