wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Dev Quiz-1

Total questions: 20

Worksheet time: 10mins

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.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
3.
</p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
4.

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>

5.

<p> tag is for...

a)

Page of Text

b)

Picture

c)

Paragraph of text

d)

Pineapples

6.

What does a opening tag look like?

a)

< >

b)

</ >

c)

<< >>

d)

<

7.

What does a closing tag look like?

a)

< >

b)

<\ >

c)

</ >

d)

<< >>

8.

What should a HTML web page start with?

a)

<b>

b)

<li>

c)

<html>

d)

<start>

9.

What should a HTML web page end with?

a)

</html>

b)

<head>

c)

</end>

d)

</body>

10.

What does this tag stand for? <b>

a)

bright

b)

big

c)

beautiful

d)

bold

11.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
12.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
13.
HTML uses
a)
Tabs
b)
Tags
c)
Labels
d)
Quotes
14.
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
15.
Which is the correct HTML element for inserting a line break?
a)
<b>
b)
<lb>
c)
<br>
d)
<break>
16.
CSS stands for?
a)
Closed Source Style
b)
Crucial Style Sheets
c)
Cascading Style Sheets
d)
Corresponding Static Style
17.

Web development classified into ?

a)

Front end development

b)

Back end development

c)

web application

d)

Both Front and Back end developement

18.

HTML is used to__________

a)

develop websites

b)

develop mobile apps

c)

develop laptops

d)

none

19.

What is the correct HTML element for inserting a line break?

a)

<break>

b)

<br>

c)

<lb>

d)

<linebreaking>

20.

Which character is used to indicate an end tag?

a)

<

b)

^

c)

/

d)

*