|
| 1 |
What are the four minimum essential tags for web pages? |
|
|
|
<P>, <H>, <BR>, and <FONT> |
|
|
|
<B>, <I>, <U>, and <STRIKE> |
|
|
|
<HTTP>, <HEAD>, <TITLE>, and <BODY> |
|
|
|
<HTML>, <HEAD>, <TITLE>, and <BODY> |
|
|
|
|
|
| 2 |
Which tag is used to create a heading? |
|
|
|
<HEAD> |
|
|
|
<HR> |
|
|
|
<H> |
|
|
|
<TITLE> |
|
|
|
|
|
| 3 |
How are the <P> and <BR> tags different? |
|
|
|
<P> puts blank lines between paragraphs, <BR> just breaks to the next line. |
|
|
|
<P> indents a paragraph, <BR> does not. |
|
|
|
<P> is not a paired tag, but <BR> is. |
|
|
|
<P> adds a carriage return, <BR> does not. |
|
|
|
|
|
| 4 |
Which is used to insert extra blank spaces? |
|
|
|
The space key. |
|
|
|
<BR> |
|
|
|
<SPACE> |
|
|
|
|
|
|
|
|
|
| 5 |
Why should underlining be avoided on web pages? |
|
|
|
Because underlining is never used on web pages. |
|
|
|
Because underlined words can be confused for links. |
|
|
|
Because underlining is overused by most people. |
|
|
|
Because it will confuse the browsing software. |
|
|
|
|
|
| 6 |
How are background colors designated? |
|
|
|
With the <BACKGROUND> tag. |
|
|
|
With the <PAGECOLOR> tag. |
|
|
|
With decimal color codes. |
|
|
|
With hexadecimal color codes. |
|
|
|
|
|
| 7 |
Which tag is going to be dropped from HTML in the future? |
|
|
|
<BODY> |
|
|
|
<DIV> |
|
|
|
<CENTER> |
|
|
|
<TITLE> |
|
|
|
|
|
| 8 |
Which element is used to change the size and color of text? |
|
|
|
<FONT> |
|
|
|
<P> |
|
|
|
<H> |
|
|
|
<B> |
|
|
|
|
|
| 9 |
Which attributes can the <HR> tag take? |
|
|
|
ALIGN, SIZE, and BGCOLOR |
|
|
|
SIZE, WIDTH, and LENGTH |
|
|
|
SIZE, WIDTH, and BGCOLOR |
|
|
|
ALIGN, SIZE and WIDTH |
|
|
|
|
|
| 10 |
What does the B in the <B> tag stand for? |
|
|
|
Break |
|
|
|
Bold |
|
|
|
Background |
|
|
|
Body |
|
|
|
|
|