| Question: |
How to define an alternate content for users that do not support frames |
| Answer: |
<noframes> [Not supported in HTML5.] |
| Question: |
How to defines an alternate content for users that do not support client-side scripts |
| Answer: |
<noscript> |
| Question: |
How to define an embedded object |
| Answer: |
<object> |
| Question: |
Which tag Defines an ordered list |
| Answer: |
<ol> |
| Question: |
How to define a group of related options in a drop-down list |
| Answer: |
<optgroup> |
| Question: |
How to define an option in a drop-down list |
| Answer: |
<option> |
| Question: |
How to define the result of a calculation [only in HTML-5] |
| Answer: |
<output> |
| Question: |
Which tag is used to define a paragraph |
| Answer: |
<p> </p> |
| Question: |
How to define a parameter for an object |
| Answer: |
<param> |
| Question: |
How to define preformatted text |
| Answer: |
<pre> |
| Question: |
How to represent the progress of a task [only in HTML-5] |
| Answer: |
<progress> |
| Question: |
How to define a short quotation |
| Answer: |
<q> |
| Question: |
How to define what to show in browsers that do not support ruby annotations [only in HTML-5] |
| Answer: |
<rp> |
| Question: |
How to define an explanation/pronunciation of characters (for East Asian typography) [only in HTML-5] |
| Answer: |
<rt> |
| Question: |
How to define a ruby annotation (for East Asian typography) [only in HTML-5] |
| Answer: |
<ruby> |
| Question: |
How to define text that is no longer correct |
| Answer: |
<s> |
| Question: |
How to define sample output from a computer program |
| Answer: |
<samp> |
| Question: |
Which tag Defines a client-side script |
| Answer: |
<script> |
| Question: |
How to define a section in a document [only in HTML-5] |
| Answer: |
<section> |
| Question: |
How to define a drop-down list |
| Answer: |
<select> |
| Question: |
Which tag Defines smaller text |
| Answer: |
<small> |
| Question: |
How to define multiple media resources for media elements (<video> and <audio>) [only in HTML-5] |
| Answer: |
<source> |
| Question: |
Which tag Defines a section in a document (inline) |
| Answer: |
<span> |
| Question: |
How to define strikethrough text |
| Answer: |
<strike> [Not supported in HTML5. Use <del> or <s> instead.] |
| Question: |
Which tag Defines important text |
| Answer: |
<strong> |