wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Tabelle 4EA

Total questions: 25

Worksheet time: 13mins

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 of the following can be added to an html document?
a)
Tables
b)
Hyperlinks
c)
Lists
d)
All of these
7.
Which tag is used to create a hyperlink?
a)
<a>
b)
<href>
c)
<b>
d)
<i>
8.

th

a)

one cell in a row of headers

b)

one data cell

c)

one row of headers

d)

one column of headers

9.

tr

a)

one column on the right

b)

one cell in a table

c)

one row of anything

d)

one column of anything

10.

td

a)

one cell in a header

b)

one column of a row

c)

one row of a column

d)

one data cell in a row

11.

td and th

a)

can appear only in rows

b)

cannot be used in rows

c)

can be used outside of rows

d)

can be used outside of columns

12.

colspan

a)

can only be used in caption

b)

can be used only in td

c)

can be used only in td or th

d)

be be used only in tr

13.

rowspan

a)

can only be used in caption

b)

can be used only in td

c)

can be used only in td or th

d)

be be used only in tr

14.

The closing table tag is

a)

</close>

b)

</caption>

c)

</table>

d)

<table>

15.

rowspan="2"

a)

one td or th spans 2 columns

b)

all td or th spans 2 columns

c)

one td or th spans 2 rows

d)

one tr spans 2 rows

16.
What is the proper code to insert an image named "frog.jpg"?
a)
<img src="frog" width="104" height="142">
b)
<img="frog.jpg" width="104" height="142">
c)
<img src="frog.jpg" width="104" height="142">
d)
<img ="frog" width="104" height"142">
17.
Which line of code correctly creates a link to Amazon's website?
a)
<a ref=http://www.amazon.com>Amazon
b)
<href=http://www.amazon.com>Amazon<a>
c)
<a href="http://www.amazon.com">Amazon
d)
<a href="http://www.amazon.com">Amazon</a>
18.
Which of the following is the proper way to code an inline style attribute?
a)
color=blue
b)
color="blue"
c)
color blue
d)
color=(blue)
19.
Which is the correct code to insert a horizontal line in a webpage?
a)
<hr>
b)
<br>
c)
<h1>
d)
<li>
20.
Between which paired tags would the visible content of a webpage be displayed?
a)
<html></html>
b)
<head></head>
c)
<body></body>
d)
<title></title>
21.
Which hyperlink shows an absolute link?
a)
href="www.nytimes.com">NYTimes</a>
b)
<a href="page1.html">Page One<a>
c)
<a href="http://www.target.com">Target<a>
22.

What is the proper CSS format for background color?

a)

back-ground color:orange:

b)

backgroundcolor-orange;

c)

background:color:orange;

d)

background-color:orange;

23.

What is the proper code for an unordered list?

a)

ul

b)

ol

c)

il

d)

al

24.

Comments in coding is used to help (3 risposte)

a)

the programmer

b)

anyone viewing the website

c)

the editor of the code

d)

the reader of the code

25.

Every element of html coding must have an opening and closing tag.

a)

True

b)

False