HTML tags
HTML review
HTML Table review
HTML element review
Bouns HTML review
100
which is the correct tag to change the background color
<body style="background-color:purple;">
100
Which is not a version of HTML?
HTML 1
100
CSS table property you should use if you want to combine the borders of adjacent cells into a single border instead of separating them
Border-collapse
100
Use the HTML <dt> element to define the
Description term
100
What do you save the first page of a web site as?
index.html
200
this tag is used to create a description list
<dl>
200
HTML elements are represented by 
Tags
200
This CSS table properties determines the amount of space between the borders of adjacent cells
Border spacing
200
Which is not one of the 3 HTML supported audio formats
JPEG
200
by default table headings are 
bold and centered
300
Which tag is used to create a new column within a table?
<td>
300
HTML elements are the building blocks___
HTML documents
300
The colspan and rowspan attributes of the tags specify the number of columns and rows, respectively, that a certain element occupies. What is that element?
table cell
300
The HTML5 ___element specifies a standard way to embed audio in a web page
<audio>
300
which tag displays a line across the page
<hr>
400
Which tag do you use to start a list for directions?
<ol>
400
What describes the structure of Web pages using markup?
HTML
400
The CSS property of the element determines the amount of space between cell data and the cell border.
padding
400
Defines multiple media resources for media elements such as <video> and <audio>
<source>
400
The title attribute provides additional
tool-tip information
500
What tag is used for each item on your list?
<li>
500
What is the last tag on every website?
<HTML>
500
Which of these elements are all elements?
<table> <td> <tr>
500
Which tag is for a line break?
<br>
500
the href attribute provides address information for
links
M
e
n
u