|
|
Quiz 1 - Basic Tags
- Most HTML tags come in pairs - an opening tag and a closing tag. To designate a closing tag, it starts with:
- a star.
- a forward slash.
- a question mark.
- a plus sign.
- a period.
- Webpages are divided into two parts: a head and a body. Select one:
- TRUE
- FALSE
- If you surround your text with <i> tags, the text in between the tags will be:
- indented.
- improved.
- printed in bold letters.
- italicized.
- The <hr> tag draws a vertical line down the page. Select one:
- TRUE
- FALSE
- Which heading tag will be the largest?
- <h1>
- <h2>
- <h5>
- <h6>
|
|