*
Previous HTML-question-answers-2 HTML-question-answers-4 Next

HTML Question Answers

Question: How to define a set of frames
Answer: <frameset> [Not supported in HTML5.]
Question: Which tag Defines information about the document
Answer: <head>
Question: How to define a header for a document or section [only in HTML-5]
Answer: <header>
Question: Which tag is used to define a horizontal line
Answer: <hr> [In HTML5, the <hr> tag defines a thematic break] [In HTML 4.01, the <hr> tag represents a horizontal rule.]
Question: How to define the root of an HTML document
Answer: <html>
Question: Which tag Defines a part of text in an alternate voice or mood
Answer: <i>
Question: How to define an inline frame
Answer: <iframe>
Question: Which tag Defines an image
Answer: <img>
Question: How to define an input control
Answer: <input>
Question: Which tag Defines inserted text
Answer: <ins>
Question: How to define keyboard input
Answer: <kbd>
Question: How to define a key-pair generator field (for forms) [only in HTML-5]
Answer: <keygen>
Question: How to define a label for an <input> element
Answer: <label>
Question: How to define a caption for a <fieldset> element
Answer: <legend>
Question: Which tag Defines a list item
Answer: <li>
Question: Which tag Defines the relationship between a document and an external resource
Answer: <link>
Question: How to specify the main content of a document [only in HTML-5]
Answer: <main>
Question: Which tag Defines an image-map
Answer: <map>
Question: How to define a client-side image-map
Answer: <map>
Question: How to define marked/highlighted text [only in HTML-5]
Answer: <mark>
Question: How to define a list/menu of commands
Answer: <menu>
Question: How to define a command/menu item that the user can invoke from a popup menu [only in HTML-5]
Answer: <menuitem>
Question: Which tag Defines metadata about an HTML document
Answer: <meta>
Question: How to define a scalar measurement within a known range (a gauge)
Answer: <meter>
Question: How to define navigation links
Answer: <nav>
Previous HTML-question-answers-2 HTML-question-answers-4 Next
*
*