wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Semester Test G10 Q4 (HTML)

Total questions: 60

Worksheet time: 30mins

Name
Class
Date
1.
What does HTML stand for?
a)
Hypertext Making Language
b)
Hyper Transfer Markup Language
c)
Hypertext Markup Language
d)
Hyper Transfer Making Language
2.

<h> is stand for

a)

Header Tag

b)

Headline Tag

c)

Half of a tag

d)

Closing header tag

3.
</h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
4.

where you can find </html> in tag html?

a)

Found after </h1>

b)

Found after </style>

c)

Found after </body>

d)

Found at bottom of written code

5.

What does a closing tag look like?

a)

< >

b)

<\ >

c)

</ >

d)

<< >>

6.

What is the difference between <h1> and <h2>?

a)

<h1> is larger in size than <h2>

b)

<h2> is larger in size than <h1>

c)

both are the same size but different headings

d)

none of the above

7.

Which tag would you use to create a hyperlink?

a)

<a href>

b)

<img src>

c)

<br>

d)

<link>

8.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
9.

Which is the proper way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

10.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
11.
Software used to look at webpages...
a)
Browser
b)
Navigator
c)
Notepad
d)
File System
12.

How would you write a hyperlink to webpage.com?

a)

<a>http://www.webpage.com</a>

b)

<a name="http://www.webpage.com">webpage.com</a>

c)

<a href="http://www.webpage.com">webpage</a>

d)

<a url="http://www.webpage.com">webpage.com</a>

13.

The part of an HTML document that includes the content seen in a web page is called

a)

Content block

b)

Head Block

c)

Head

d)

Body

14.

All content that will be visible in a web page must be added between these tags:

a)

<head> </head>

b)

<body> </body>

c)

<html> </html>

d)

<p> </p>

15.

The largest size heading tag and is often used to create the main heading of a web page.

a)

<h6> </h6>

b)

<h5> </h5>

c)

<h2> </h2>

d)

<h1> </h1>

16.

Which is the correct tag to change the colour of Hello to RED?

a)

font color="red">Hello</font>

b)

<font color="red">hello//</font>

c)

<font color="Pink">This is some text!</font>

d)

<font colour="red">This is some text!</font>

17.

Which is NOT a browser?

a)

Safari

b)

Google

c)

Mozilla Firefox

d)

Internet Explorer

18.

What should a HTML web page end with?

a)

</end>

b)

<head>

c)

</html>

d)

</body>

19.

What does this tag stands for <b> ?

a)

big

b)

bold

c)

broad

d)

bright

20.

What is missing from this basic HTML structure?


<!DOCTYPE html>

<html>

<body>

</body>

</html>

a)

<div></div>

b)

<img></img>

c)

<title></title>

d)

<head></head>

21.

What is the correct HTML instruction to insert a line break?

a)

<lb>

b)

<br>

c)

<hr>

d)

<break>

22.

This tag defines a heading at the smallest size.

a)

<h6>

b)

<h2>

c)

<h7>

d)

<h1>

23.

Match the correct end tag...

<p>

a)

<p/>

b)

<\p>

c)

</p>

d)

</P>

24.

<p> is a _______ tag.

a)

image

b)

paragraph

c)

filename

d)

image

25.
<body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
26.
</body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
27.
A Header;
a)
Must include your name
b)
First Line of your code
c)
Found at bottom of your code
d)
Not needed in HTML
28.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
29.
<img> tag finds;
a)
finds the image located at the a URL and the src attribute and then displays it.
b)
finds the image located at the SRC in the URL attribute and then displays it.
c)
Adds a cool picture
d)
Does not work in HTML coding
30.

<th></th> is the code for .....

a)

a table row

b)

a table column

c)

a table header

d)

Thanos

31.

src attribute in an image tag means what?

a)

Source of the image

b)

Name of the image

c)

Description of the image

d)

Not used with image tag

32.

The <tr> tag is used to define a

a)

coloum

b)

table

c)

data

d)

row

33.

how to create a table

a)

<td>

b)

</tc>

c)

<table>

d)

<tr>

34.

<th></th> is the code for .....

a)

a table row

b)

a table column

c)

a table header

d)

Thanos

35.

When working with color codes RGB stands for...

a)

Green Red Purple

b)

Red Great Blue

c)

Red Green Blue

d)

Blue Green Raspberry

36.

Group of webpages is called _____.

a)

Website

b)

Web browser

c)

Web Search engine

d)

None of the above

37.
To set the image size, Which command should I use?
a)
width="400"
b)
center="400"
c)
long="400"
d)
short="400"
38.
Web Standards are decided on by who?
a)
Microsoft
b)
Apple
c)
W3C
d)
Google
39.

What HTML code is used to center the words on the page when the coding starts on the left margin?

a)

right-align;

b)

<center></center>

c)

left-align;

d)

<middle></middle>

40.

th

a)

one cell in a row of headers

b)

one data cell

c)

one row of headers

d)

one column of headers

41.

tr

a)

one column on the right

b)

one cell in a table

c)

one row of anything

d)

one column of anything

42.

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

43.

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

44.

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

45.

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

46.

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

47.

Marquee is a tag in HTML to

a)

mark the list of items to maintain in queue

b)

Mark the text so that it is hidden in browser

c)

Display text with scrolling effect

d)

None of above

48.

How much Row and Column on this table?

a)

2-row dan 4-Column

b)

3-row dan 4-column

c)

4-row dan 3-column

d)

4-row dan 4-column

49.

Which of the following tags is used to make a portion of text italic in HTML?

a)

<italic>

b)

<style="i">

c)

<i>

d)

<style="italic">

50.

In HTML a color can be specified by using what?

a)

HEX value

b)

Color name

c)

RGB value

d)

All of these

51.
What is the purpose of HTML
a)
To make a formatted document
b)
To make a webpage
c)
To edit photos
d)
To make a creative slide
52.
http://www.google.com is an example of a what?
a)
URL
b)
IP address
c)
Browser
d)
Application
53.

Creates a numbered list (Ordered List)

a)

<ul>

<li>

<li>

</ul>

b)

<ol>

<li>

<li>

</ol>

c)

<li>

</li>

d)

<p>

<li>

<li>

</p>

54.

Creates a bulleted list (Unordered List)

a)

<ul>

<li>

<li>

</ul>

b)

<ol>

<li>

<li>

</ol>

c)

<li>

</li>

d)

<p>

<li>

<li>

</p>

55.

Which list tag would you use for an ordered list

a)

<h1></h1>

b)

<ol></ol>

c)

<ul></ul>

d)

<a></a>

56.
Which of the following tags creates an ordered list?
a)
<p>
b)
<h1>
c)
<ol>
d)
<ul>
57.

Which creates a bulleted list?

a)

<ol>

b)

<li>

c)

<ul>

d)

<bl>

58.

What correction needs to be made in the code

a)

line 8 - <p> </p> tags needed

b)

line 8 - <li> </li> tags needed

c)

line 8 - <h6> </h6> tags needed

d)

line 8 <par> </par> tags needed

59.

Untuk membuat tampilan seperti digambar, script yang digunakan adalah

a)

<ul type="square">

<li><i>Satu</i></li>

<li>Dua</li>

<li>Tiga</li>

</ul>

b)

<ul type="square">

<li>Satu</li>

<li>Dua</li>

<li>Tiga</li>

</ul>

c)

<ol type="square">

<li><i>Satu</i></li>

<li>Dua</li>

<li>Tiga</li>

</ol>

d)

<ol type="square">

<li>Satu</li>

<li>Dua</li>

<li>Tiga</li>

</ol>

e)

<ul type="square">

<li><i>Satu</i>

<li>Dua

<li>Tiga

</ul>

60.
What type of list is this?
a)
Numbered
b)
Ordered
c)
Unordered
d)
Food