Web, by FreeFoto.com   Web Page Authoring
 |Sofia Home | Content Gallery |
Home
Syllabus
Schedule
Lessons
Assignments
Exams
Quiz 1 | Quiz 2

Quiz 1 - Basic Tags

  1. Most HTML tags come in pairs - an opening tag and a closing tag. To designate a closing tag, it starts with:
    1. a star.
    2. a forward slash.
    3. a question mark.
    4. a plus sign.
    5. a period.


  2. Webpages are divided into two parts: a head and a body. Select one:
    1. TRUE
    2. FALSE


  3. If you surround your text with <i> tags, the text in between the tags will be:
    1. indented.
    2. improved.
    3. printed in bold letters.
    4. italicized.


  4. The <hr> tag draws a vertical line down the page. Select one:
    1. TRUE
    2. FALSE


  5. Which heading tag will be the largest?
    1. <h1>
    2. <h2>
    3. <h5>
    4. <h6>


 

Back to Top
Quiz 1 | Quiz 2