wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Lesson 5

Total questions: 14

Worksheet time: 7mins

Name
Class
Date
1.
<!DOCTYPE> 
a)
Defines the document type
b)
Defines a comment
c)
Defines the document's body
d)
Defines information about the document
2.
Defines an image
a)
<imgi>
b)
<image>
c)
<input>
d)
<img>
3.
Defines a paragraph
a)
<pr>
b)
<p>
c)
<param>
d)
<pre>
4.
Defines the document's body
a)
<br>
b)
<button>
c)
<bdo>
d)
<body>
5.
This element defines a large heading
a)
<h1>
b)
<head>
c)
<h2h>
d)
<<h1<
6.
What is the difference between HTML and CSS?
a)
CSS is one type of HTML
b)
HTML gives a webpage structure. CSS provides styling.
c)
CSS structures a webpage. HTML strictly provides styling.
d)
There is no difference.
7.
What tag is used for CSS?
a)
<style>
b)
<css>
c)
<body>
d)
<script>
8.

С какого тега следует начать создавать нумерованный список?

a)

<a href>

b)

<ol>

c)

<ul>

d)

<li>

9.
HTML stands for...
a)
Hypertext Markup Language
b)
High Tech Making Language
c)
High Tech Masking Literature
d)
Hyper Tech Markup Lexicon
10.
Which of the following tags inserts a blank line break?
a)
<bk>
b)
<br>
c)
<break>
d)
<hr>
11.
HTML webpages end in which extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
12.
Which of the following is the largest heading size?
a)
h6
b)
h4
c)
h2
d)
h1
13.
What is the default link color for hyperlinks?
a)
green
b)
blue
c)
pink
d)
purple
14.
What is wrong with this code: 
Miss Mabey</h1>is really cool
a)
Missing <body> tag
b)
Missing closing tag somewhere
c)
Missing opening tag somewhere
d)
Missing <head> tag