WorksheetsHTML Tables
Total questions: 11
Worksheet time: 7mins
Name
Class
Date
1.
Which of the following tag is used to begin creating a table in an HTML document?
a)
<table>
b)
<tbl>
c)
</table>
d)
</tbl>
2.
Which of the following creates a table row?
a)
<tr>
b)
<row>
c)
<trow>
d)
<rw>
3.
Which of the following will create a column in an HTML table?
a)
<col>
b)
<td>
c)
<tcol>
d)
<data>
4.
Which of the following tags is used to create a heading within an HTML table?
a)
<h1>
b)
<head>
c)
<th>
d)
<h2>
5.
Which opening and closing tags are used to define a cell in an HTML table element?
a)
<td> </td>
b)
<cell> </cell>
c)
<tc> </tc>
d)
<td> <td>
6.
Which is the extension for HTML files?
a)
.exe
b)
.doc
c)
.excel
d)
.html
7.
Which of the following can be added to an html document?
a)
Tables
b)
Hyperlinks
c)
Lists
d)
All of these
8.
What does this tag do:
<a href = “ “ > … <a/>
<a href = “ “ > … <a/>
a)
Links to an image saved in your work area
b)
Links to an image from a website
9.
The default link color for hyperlinks:
a)
green
b)
blue
c)
purple
d)
red
10.
Which tag is used to create a hyperlink?
a)
<a>
b)
<href>
c)
<b>
d)
<i>
11.
Can you change the border of a table?
a)
Yes
b)
No
100 %
