Basic HTML Tags
HTML Tables
HTML Forms
HTML Tag Attributes
Web Design Trivia
100

The HTML tag that creates a paragraph on a webpage.

<p>

100

The HTML tag that is used to create a new table row.

<tr>

100

The HTML tag that is used to group elements together in a form (this creates a border around the group)

<fieldset>

100

The HTML attribute that goes inside <a>

href

100
Which programming language is used to add style to a web page?

CSS

200

The HTML tag that italicizes text on a webpage.

<em>

200

The HTML tag that makes table information bold and centered (by default)

<th>

200

This tag defines a caption for a form element.

For example (fill in the blank below):

<_____ for = "favColor">

<input type = "color" id = "favColor">

label

200
Two HTML attributes that are commonly used inside <img>
src and alt
200

Web document that is viewed in a web browser.

web page
300

The HTML tag that creates a list using bullet points.

<ul>

300

True or False: <td> is a tag that does not have a closing tag.

False - </td> is needed to close the table data cell

300
The two key attributes of a <form> tag.

method and action

300

The attribute that is used to make table cells take up multiple rows.

rowspan

300

The period of time when the web was first developed.

Early 1990's

400

The HTML tag that denotes a title, such as a book or song title, and is italicized by default.

<cite>

400

The HTML tag that is used to give a table a descriptive title.

<caption>

400

The HTML form tag that creates a larger space for text input.

<textarea>

400

When the following attribute is added to the <ol> tag, ______  _______ will be used for the list instead of numbers.

<ol type = "A">

uppercase letters
400
Known as the creator of the WWW.

Sir Tim Berners-Lee

500

The HTML tag that is described as a block element without any implied meaning. This tag is commonly used as a container to format webpages.

<div>

500

The HTML tag that is used to group table footer rows together.

<tfoot>

500

The two HTML form tags that are used to create a drop-down menu.

<select> and <option>

500

The attribute for <input type = "radio"> that must have the same value so only one button can be chosen at a time.

name

500

The year that the first email was sent.

1971

M
e
n
u