Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Dev: Intro to HTML

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

The acronymn HTML stands for

a)

HyperType Marking Language

b)

HyperText Markup Language

c)

HighLevel Marking Language

d)

HiPerText Markup Language

2.

The term Markup Language implies

a)

that you use

this code to improve search results

b)

that you use

this code to include copyrights to code

c)

that you use

this code to encrypt content

d)

that you use

this code to add syntax to your content

3.

The primary purpose of HTML is to:

a)

improve SEO

b)

organize your content

c)

provide encryption

d)

host your site

4.

There are ___ levels of headings in HTML 5

a)

6

b)

2

c)

4

d)

12

5.

The angle-bracket syntax (< and >) are used to create:

a)

titles

b)

tips

c)

tags

d)

types

6.

Many tags come in pairs--

the opening tag and closing tag--to create a (an) _________.

a)

id

b)

element

c)

class

d)

property

7.

Some tags are self-closing,

which means instead of a closing tag, their opening tag ends with ____.

a)

/>

b)

:)

c)

^$

d)

{/

8.

Check the correct Anatomy of HTML Tags:

a)

<tagname attribute="step">content</tagname>

b)

<tagname attribute="place">content</tagname>

c)

<tagname attribute="value">content</tagname>

d)

<tagname attribute="html">content</tagname>

9.

Web pages are split into 2 main sections of HTML markup:

a)

The HEADER and the BASE.

b)

The HEAD and the BODY.

c)

The HEADING and the BODY.

d)

The HEAD and the BASE.

10.

The first line of code in an HTML document is <!DOCTYPE html> which tells the browser:

a)

This is a secured page

b)

The information about a doctor's office

c)

The document type is HTML

d)

HTML will not work correctly

11.

Check the correct title tag:

a)

<title>Browser Bar Title</title>

b)

</title>Browser Bar Title<title>

c)

<title.Browser Bar Title./title>

d)

<title/Browser Bar Title</title>

12.

Select the correct body tag:

a)

<body/ <CONTENT><body>

b)

<bd> <CONTENT></body>

c)

<by> CONTENT</body>

d)

<body>

<CONTENT></body>

13.

The html closing tag is:

a)

<{ html}>

b)

{/html}

c)

</html>

d)

.html

14.

!DOCTYPE declaration is not really a tag. It’s a directive for

the browser so that it knows which version of _____ we are using to write the page.

a)

html

b)

css

c)

javascript

d)

php

15.

The HEAD portion is not shown on the page to the

visitor. It contains information used by the ________ and search engines.

a)

request

b)

dns

c)

server

d)

browser