Questions

] ] ] ] ] ]

Choose the right answer for these questions.

1. Among these tags, which one do you have to find in every HTML document?

a. <BODY>…</BODY>

b. <HTML>…</HTML>

c. <FRAMESET>…</FRAMESET>

d. <ADRESS>…</ADDRESS>

 

2. What is the major difference between an ordered list and an unordered list?

a. Bullets are used as markers for an ordered list while numbers are used for an unordered list.

b. Numbers are used as markers for an ordered list while bullets are used for an unordered list.

c. An ordered list has some extensions while an unordered list does not.

d. An unordered list has some extensions while an ordered list does not.

 

3. If you would like to stop text and restart again on the next line with an extra blank line inserted, you will use…?

a. <HR>

b. <BR>

c. <P>…</P>

d. <BR>…</BR>

 

4. Which is not one of logical tags?

a. <B>…</B>

b. <EM>…</EM>

c. <CITE>…</CITE>

d. <STRONG>…</STRONG>

 

5. Which sentence is wrong according to these tags?

<FRAMESET ROWS="*, 2*">

<FRAME SRC="menu.html" NAME="menu" NORESIZE>

< FRAME SRC="home.html" NAME="body">

</FRAMESET>

a. From these tags, there are three frames.

b. The name of the first frame is menu.

c. The file named "home" is the source of the second frame.

d. Users cannot resize these frames.

 

Answers.

1. b

2. b

3. c

4. a

5. a

 

Previous | HTML Page