|
Question:
|
HTML 2.0 was developed in
|
|
Answer:
|
1995
|
|
Question:
|
HTML 3.2 was developed in
|
|
Answer:
|
1997
|
|
Question:
|
HTML 4.01 was developed in
|
|
Answer:
|
1999
|
|
Question:
|
HTML5 was developed in
|
|
Answer:
|
2012
|
|
Question:
|
How to define the document type
|
|
Answer:
|
<!DOCTYPE>
|
|
Question:
|
Which tag Defines a hyperlink
|
|
Answer:
|
<a>
|
|
Question:
|
How to define an abbreviation or an acronym
|
|
Answer:
|
<abbr>
|
|
Question:
|
How to define an acronym
|
|
Answer:
|
<acronym> [Not supported in HTML5. Use <abbr>]
|
|
Question:
|
How to define contact information for the author/owner of a document
|
|
Answer:
|
<address>
|
|
Question:
|
How to defines an embedded applet
|
|
Answer:
|
<applet> [Not supported in HTML5. Use <embed> or <object> instead.]
|
|
Question:
|
Which tag Defines a clickable area inside an image-map
|
|
Answer:
|
<area>
|
|
Question:
|
How to define an article [only in HTML-5]
|
|
Answer:
|
<article>
|
|
Question:
|
How to define content aside from the page content [only in HTML-5]
|
|
Answer:
|
<aside>
|
|
Question:
|
How to defines sound content [only in HTML-5]
|
|
Answer:
|
<audio>
|
|
Question:
|
Which tag Defines bold text
|
|
Answer:
|
<b>
|
|
Question:
|
Which tag Defines a default address or a default target for all links on a page
|
|
Answer:
|
<base>
|
|
Question:
|
How to specifie a default color, size, and font for all text in a document
|
|
Answer:
|
<basefont> [Not supported in HTML5. Use CSS instead.]
|
|
Question:
|
How to isolates a part of text that might be formatted in a different direction
from other text outside it. [only in HTML-5]
|
|
Answer:
|
<bdi>
|
|
Question:
|
How to override the current text direction
|
|
Answer:
|
<bdo>
|
|
Question:
|
How to define big text
|
|
Answer:
|
<big> [Not supported in HTML5. Use CSS instead.]
|
|
Question:
|
How to define a section that is quoted from another source
|
|
Answer:
|
<blockquote>
|
|
Question:
|
Which tag is used to define the document's body
|
|
Answer:
|
<body> </body>
|
|
Question:
|
Which tag is used to define a line break
|
|
Answer:
|
<br>
|
|
Question:
|
How to define a clickable button
|
|
Answer:
|
<button>
|
|
Question:
|
How to draw graphics, on the fly, via scripting (usually JavaScript) [only in HTML-5]
|
|
Answer:
|
<canvas>
|