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

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

How To Use "radio" Input Fields
How To Use "radio" Input Fields? - XHTML 1.0 Tutorials - Understanding Forms and Input Fields A "radio" input field is defined as &lt;input type="radio" .../&gt;. "radio" input fields can be used to create a group of radio buttons to allow viewers to push one and only one button in the group...
2007-05-12, 5428👍, 0💬

What Is a TEXTAREA Tag/Element
What Is a TEXTAREA Tag/Element? - XHTML 1.0 Tutorials - Understanding Forms and Input Fields A "textarea" element is an inline element that you can use to define a large input area in a form. Here are basic rules about a "textarea" element: "textarea" elements are inline elements. "textarea" element...
2007-05-12, 5415👍, 0💬

What Is an XHTML Element Attribute
What Is an XHTML Element Attribute? - XHTML Tutorials - Introduction To Tag and Attribute Syntax An element attribute is a predefined property about this element. Element attributes allows you to provide additional information to the element. Most XHTML elements have some common attributes. But many...
2007-05-12, 5413👍, 0💬

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

How To Build Hyper Link Indexes within the Same Document
How To Build Hyper Link Indexes within the Same Document? - XHTML 1.0 Tutorials - Understanding Hyper Links and URLs If you want build some hyper link indexes within the same document, you need use "a" elements to define some bookmarks, then use "a" elements to define hyper links that pointing to th...
2007-05-12, 5401👍, 0💬

How To Use "submit" Input/Action Fields
How To Use "submit" Input/Action Fields? - XHTML 1.0 Tutorials - Understanding Forms and Input Fields A "submit" input field is defined as &lt;input type="submit" .../&gt;. "submit" input fields can be used to create submit buttons in a form. When a submit button is clicked, the form will be...
2007-05-12, 5392👍, 0💬

What Is the Relation between XHTML and the Web
What Is the Relation between XHTML and the Web? - XHTML FAQs - Introduction To XHTML 1.0 The Web is a publisher technology based on the Internet to allow publishers to publish hyper linked documents to be viewed by Internet users. XHTML is the next generation language that used to compose those hype...
2007-05-12, 5391👍, 0💬

How To Use "hidden" Input Fields
How To Use "hidden" Input Fields? - XHTML 1.0 Tutorials - Understanding Forms and Input Fields A "hidden" input field is defined as &lt;input type="hidden" .../&gt;. "hidden" input fields can be used to create invisible fields with predefined input values hidden in the form. There are other ...
2007-05-12, 5385👍, 0💬

What Happens If a Hyper Link Points to a PDF File
What Happens If a Hyper Link Points to a PDF File? - XHTML 1.0 Tutorials - Understanding Hyper Links and URLs If you want to build a hyper link to allow visitors to access a PDF file by clicking a hyper link, you can put the URL of the PDF file directly in the "href" attribute of the hyper link. If ...
2007-05-12, 5381👍, 0💬

How To Use "button" Input Fields
How To Use "button" Input Fields? - XHTML 1.0 Tutorials - Understanding Forms and Input Fields An "button" input field is defined as &lt;input type="button" .../&gt;. "button" input fields can be used to create client-side action buttons. If a client-side action button is clicked, a client-s...
2007-05-12, 5380👍, 0💬

What Is a STRONG Tag/Element
What Is a STRONG Tag/Element? - XHTML 1.0 Tutorials - Understanding In-line Elements and Tags A "strong" element is an inline element that you can use to specify text with a strong emphasis. Here are basic rules about "strong" elements: "strong" elements are inline elements. "strong" elements can no...
2007-05-12, 5369👍, 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, 5368👍, 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, 5365👍, 0💬

What Happens If a META Element Is Not Closed
What Happens If a META Element Is Not Closed? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags Meta tags, link tags and base tags must be closed in XHTML documents. If you forget to close them like the HTML format, you will get validation errors. Try the following tutorial sample XHTML...
2007-05-12, 5356👍, 0💬

What Happens If a Hyper Link Points to an Image
What Happens If a Hyper Link Points to an Image? - XHTML 1.0 Tutorials - Understanding Hyper Links and URLs If you want to build a hyper link to allow visitors to see an image by clicking a hyper link, you can put the URL of the image directly in the "href" attribute of the hyper link. If a visitor ...
2007-05-12, 5353👍, 0💬

What Are the Attributes of an IMG Element
What Are the Attributes of an IMG Element? - XHTML 1.0 Tutorials - Understanding Inline Images and Image Maps There are 4 commonly used attributes for an "img" element: "src" - Required attribute. Used to specify the URL of the image file. "alt" - Required attribute. Used to specify the name of the ...
2007-05-12, 5352👍, 0💬

Can DIV Elements Be Nested
Can DIV Elements Be Nested? - XHTML 1.0 Tutorials - Understanding DIV and SPAN elements Can "div" elements be nested? The answer is yes. In fact, nested "div" elements provides you more flexibilities to specify CSS properties at different levels. Here is a tutorial example of nested "div" elements: ...
2007-05-12, 5347👍, 0💬

What Is the Latest XHTML Specification
What Is the Latest XHTML Specification? - XHTML FAQs - Introduction To XHTML 1.0 The latest XHTML specification is XHTML 1.0 second edition revised in August, 2002 by W3C. If you are professional XHTML developer, you should get a copy of this specification at http://www.w3.org/TR/xhtml1/ .
2007-05-12, 5345👍, 0💬

What Is a DIV Tag/Element
What Is a DIV Tag/Element? - XHTML 1.0 Tutorials - Understanding DIV and SPAN elements A "div" element is a block element that you can use a container of flow elements (flow elements are really the superset of both inline elements and block elements). By default, "div" elements will be treated as pa...
2007-05-12, 5342👍, 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, 5326👍, 0💬

What Is a UL Tag/Element
What Is a UL Tag/Element? - XHTML 1.0 Tutorials - Understanding Lists and List Items A "ul" element is block level element that can be used to define an un-ordered list, where items are displayed with leading bullets. Here are basic rules about "ul" elements: "ul" elements are block level elements. ...
2007-05-11, 5311👍, 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, 5297👍, 0💬

How To Use "reset" Input/Action Fields
How To Use "reset" Input/Action Fields? - XHTML 1.0 Tutorials - Understanding Forms and Input Fields A "reset" input field is defined as &lt;input type="reset" .../&gt;. "reset" input fields can be used to create reset buttons in a form. When a reset button is clicked, the form will be refre...
2007-05-12, 5291👍, 0💬

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