*
Previous HTML-question-answers-1 HTML-question-answers-3 Next

HTML Question Answers

Question: Which tag Defines a table caption
Answer: <caption>
Question: How to define centered text
Answer: <center> [Not supported in HTML5. Use CSS instead.]
Question: How to define the title of a work
Answer: <cite>
Question: How to define a piece of computer code
Answer: <code>
Question: Which tag Specifies column properties for each column within a <colgroup> element
Answer: <col>
Question: Which tag Specifies a group of one or more columns in a table for formatting
Answer: <colgroup>
Question: How to specify a list of pre-defined options for input controls [only in HTML-5]
Answer: <datalist>
Question: Which tag Defines a description of an item in a definition list
Answer: <dd>
Question: Which tag Defines deleted text
Answer: <del>
Question: How to define additional details that the user can view or hide
Answer: <details>
Question: How to represent the defining instance of a term
Answer: <dfn>
Question: How to define a dialog box or window [only in HTML-5]
Answer: <dialog>
Question: How to define a directory list
Answer: <dir> [Not supported in HTML5. Use <ul> instead.]
Question: Which tag Defines a section in a document (block-level)
Answer: <div>
Question: Which tag Defines a definition list
Answer: <dl>
Question: Which tag Defines an item in a definition list
Answer: <dt>
Question: Which tag Defines emphasized text
Answer: <em>
Question: How to define a container for an external (non-HTML) application [only in HTML-5]
Answer: <embed>
Question: How to group related elements in a form
Answer: <fieldset>
Question: How to define a caption for a <figure> element [only in HTML-5]
Answer: <figcaption>
Question: How to specify self-contained content [only in HTML-5]
Answer: <figure>
Question: How to define font, color, and size for text
Answer: <font> [Not supported in HTML5. Use CSS instead.]
Question: How to define a footer for a document or section [only in HTML-5]
Answer: <footer>
Question: How to define an HTML form for user input
Answer: <form>
Question: How to define a window (a frame) in a frameset
Answer: <frame> [Not supported in HTML5.]
Previous HTML-question-answers-1 HTML-question-answers-3 Next
*
*