wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Grade 8 Web Designing using HTML

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

HTML is a Case Sensitive Language.

a)

True

b)

False

2.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
3.
Which of the following is the largest heading? 
a)
h2
b)
h3
c)
h4
d)
h6
4.
These simple, easy-to-use programs allow you to enter, edit, save, and print text.
a)
text editor
b)
web browser
c)
domain name
d)
search engine
5.
HTML uses
a)
Tabs
b)
Tags
c)
Labels
d)
Quotes
6.
<!DOCTYPE> 
a)
Defines the document type
b)
Defines a comment
c)
Defines the document's body
d)
Defines information about the document
7.
HTML stands for...
a)
Hyper Text Markup Language
b)
High Tech Marking Language
c)
High Tech Modem Language
d)
Hyper Tech Markup Lexicon
8.
Which is the correct way of defining an HTML5 document?
a)
<!DOCTYPE html>
b)
<!DOCTYPE HTML5>
c)
<!DOCTYPE html "PUBLIC">
d)
<DOCTYPE html>
9.
Defines a paragraph
a)
<pr>
b)
<p>
c)
<para>
d)
<par>
10.
Google, Bing and Yahoo are all examples of what?
a)
Web browsers
b)
Search engines
c)
Web engines
d)
Text editors
11.
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
12.
Which is the correct HTML element for underlining text?
a)
<ul>
b)
<uline>
c)
<u>
d)
<under>
13.
Which character is used to indicate an end tag?
a)
*
b)
<
c)
/
d)
^
14.

A collection of interlinked web pages on the World Wide Web

a)

website

b)

app

c)

internet

d)

www

15.

Which heading HTML elements will create the smallest font size on a website?

a)

<h1>name</h1>

b)

<h3>name</h3>

c)

<h6>name</h6>

d)

<h2>name</h2>

e)

<h5>name</h5>

16.

Look at the HTML code below and predict how the headings will be displayed.


<h3> Eggs </h3>

<h1> Bacon </h1>

<h6> Waffles </h6>


Choose from one of the options.

a)
b)
c)
d)
17.

Who is the inventor of html ?

a)

Edward Page

b)

Sergey Brin

c)

Larry Page

d)

Tim Berners-Lee

18.

There are ____ types of tag.

a)

3

b)

2

c)

1

d)

4

19.

What will be the output for the following program?

<html>


<body>


<p>Hello SJPS</p>


</body>


</html>

a)

<Hello SJPS>

b)

Hello SJPS

c)

both are correct

20.

Container tags are also known as ______

a)

Paired tag

b)

Empty tag

c)

non-paired tag

d)

both a and c

21.

Which Tag displayed the text from right to left ?

a)

< bdo >

b)

<mark>

c)

<del>

d)

<sub>

22.

Which Tag is used to highlight the text ?

a)

<b>

b)

<mark>

c)

<bdo>

d)

<sup>

23.

Which Tag is used to make Chemical equations ?

a)

<p>

b)

<marquee>

c)

<sub>

d)

<sup>

24.

Which Tag is used to make Mathematical Formulae?

a)

<sub>

b)

<mark>

c)

<font>

d)

<sup>

25.

Which Tag is used to draw a line ?

a)

<br>

b)

<li>

c)

<hr>

d)

<u>