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

Interview Questions - HTML Block Elements
Where to find Interview Questions on HTML Block Elements? Here are some interview questions on HTML Block Elements: 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 insid...
2017-03-07, 1399🔥, 0💬

HTML Inline Images and Image Maps
Where to find tutorials of introduction to HTML Inline Images and Image Maps? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team in introduction to HTML Inline Images and Image Maps. Clear answers are provided with tutorial exercises on inline images...
2017-03-27, 1395🔥, 0💬

Hyper Link Points to a Music File
What Happens If a Hyper Link Points to a Music File? If you want to build a hyper link to allow visitors to access a music/sound file by clicking a hyper link, you can put the URL of the music/sound file directly in the "href" attribute of the hyper link. If a visitor clicks the link, the browser wi...
2017-07-03, 1385🔥, 0💬

HTML 'div' Tag/Element
What Is a "div" Tag/Element? 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 paragraphs by most browsers. Here are basic rules about an "...
2017-03-11, 1382🔥, 0💬

Different Types of HTML 'input' Elements
How Many Input Types Are Supported by "input" Elements? There are 10 input types are supported by "input" elements: &lt;input type="text"&gt; - Input text box. This is also the default type. &lt;input type="password"&gt; - Password input box, which works like an input text box, but i...
2017-04-19, 1379🔥, 0💬

Relation between HTML and CSS?
What Is the relation between HTML and CSS? CSS (Cascading Style Sheets) is a technical specification that allows HTML document authors to attach formatting style sheets to HTML documents. When HTML documents are viewed as Web pages through Web browsers, the attached style sheets will alter the defau...
2024-02-09, 1378🔥, 0💬

HTML 'base' Tag/Element
What Is the HTML "base" Tag/Element? 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 you to specify the base URL. Here is an example: &lt;?...
2017-06-23, 1378🔥, 0💬

The 'checked' Attribute of some HTML Elements
What Is Wrong with My "checked" Attribute Values? Attribute "checked" is an optional attribute for HTML element "input". In XHTML specification, attribute "checked" has only one predefined value: "checked". However, in HTML specification, attribute "checked" requires no value. If you are converting ...
2017-07-30, 1377🔥, 0💬

Top Level Structure of XHTML 1.0 Documents
What is the Top Level Structure of an XHTML 1.0 Document? The top level structure of a XHTML 1.0 document consists of three parts: XML processing instruction - Provides XML version information and character set declaration. Document type declaration - Provides the document type and version informati...
2023-11-06, 1373🔥, 0💬

HTML Un-ordered List 'ul' Tag/Element
What Is a "ul" Tag/Element? 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. "ul" elements can not have text contents. An "ul" element...
2017-05-29, 1373🔥, 0💬

Using HTML 'text' Input Fields
How To Use "text" Input Fields? A "text" input field is defined as &lt;input type="text" .../&gt;. A "test" input field can be used to create input field to allow viewers to enter text strings or numbers. There are other attributes you may need to use for a "text" input field: name="fieldNam...
2017-04-19, 1373🔥, 0💬

Interview Questions - HTML Table Elements
Where to find Interview Questions on HTML Table Elements? Here are some interview questions on HTML Table Elements: 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 in...
2017-02-28, 1373🔥, 0💬

HTML Lists and List Items
Where to find tutorials of introduction to HTML Lists and List Items? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team in introduction to HTML Lists and List Items. Clear answers are provided with tutorial examples on list elements for ordered list...
2017-06-16, 1372🔥, 0💬

HTML Table 'caption' Tag/Element
What Is a "caption" Tag/Element? A "caption" element is an inline element that you can use to define the caption text of a table. Browsers will display caption above the table and aligned to the center. Here are basic rules about "caption" elements: "caption" elements are inline elements. A "caption...
2017-04-22, 1370🔥, 0💬

Using HTML 'radio' Input Fields
How To Use "radio" 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. There are other attributes you may need to use for a "radio...
2017-04-15, 1368🔥, 0💬

HTML Document Structure and Head Level Tags
Where to find tutorials of introduction to HTML Document Structure and Head Level Tags? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team in introduction to HTML Document Structure and Head Level Tags. Clear answers are provided with tutorial exerci...
2024-02-18, 1367🔥, 0💬

Other HTML Inline Elements
What Are Other HTML Inline Elements? 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 - Defining a selection field in a form. textarea - Defining an ...
2017-07-21, 1366🔥, 0💬

Interview Questions - Basic Concepts
Where to find Interview Questions on XHTML Basic Concepts? Here are some interview questions on HTML basic concepts: What is HTML? How is HTML related to XHTML? How is HTML related to XML? What are the main advantages of XHTML over HTML? Is an XHTML document an XML document? Is an XML document an XH...
2017-03-07, 1365🔥, 0💬

HTML Robots 'meta' Tag/Element
What Is the HTML Robots "meta" Tag/Element? The robots "meta" element is a special "meta" element that provides directives to robots who is visiting the HTML document. The robots "meta" element must include the "name" attribute as, name="robots". The "content" attribute must use predefined values of...
2017-06-23, 1360🔥, 0💬

Hyper Link Points to a PDF File
What Happens If a Hyper Link Points to a PDF File? 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 a visitor clicks the link, the browser will fetch the PDF f...
2017-07-03, 1352🔥, 0💬

HTML Interview Questions
Where to find tutorials of introduction to HTML Interview Questions? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team in introduction to HTML Interview Questions. You can find answers to these questions in other parts of this tutorial collection. I...
2017-03-07, 1352🔥, 0💬

Validating XHTML5 Documents Online
How To Validate XHTML5 Documents Online? If you have just finished a new XHTML5 document, and you want to make sure that confirms with the XHTML5 specification, you can use the XHTML online validator at https://validator.nu/ . First, you need to change "Parser" field to "XML; load external entities"...
2024-03-17, 1351🔥, 0💬

HTML 'table' Tag/Element
What Is a "table" Tag/Element? A "table" element is a block level element that you can use to present information in table of rows and columns. Here are basic rules about "table" elements: "table" elements are block elements. "table" elements can not have empty contents. "table" elements can not hav...
2017-05-20, 1351🔥, 0💬

Using HTML 'hidden' Input Fields
How To Use "hidden" 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 attributes you need to use for a "hidden" input field: name="...
2017-04-12, 1351🔥, 1💬

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