wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Structure of HTML page Friday October 9 2020

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

Coding Language used to build webpages

a)

HMTL

b)

HTML

c)

HLTM

d)

JavaScript

2.

<!DOCTYPE html> says we are using what version of HTML

a)

5

b)

6

c)

7

d)

8

3.

Starts and ends the web page program.

a)

<head>

b)

<title>

c)

<html>

d)

<hltm>

4.

Defines the title of the webpage and the text on the browser tab.

a)

<title>

b)

<head>

c)

<html>

d)

<body>

5.

Where the actual content of the document goes and is where most of your html tags will go.

a)

<title></title>

b)

<head></head>

c)

<html></html>

d)

<body></body>

6.

A tree is

a)

the way to identify tags

b)

the structure of the html document

c)

where most of the content goes

d)

where you can add special tags

7.

The <head> tag and the <body> tag are inside the <html> tag

a)

True

b)

False

8.

The <title> tag is inside the <head> tag

a)

True

b)

False

9.

<!DOCTYPE html> Is not an html tag; it tells the browser which version of HTML we are using.

a)

True

b)

False

10.

The <html> </html> contains the entire web page program. All elements of the webpage are inside of the <html> </html> tags.

a)

True

b)

False

11.

Tags can go inside of other tags.

a)

True

b)

False

12.

The structure of an HTML document is called a _________ structure.

a)

tree

b)

sturdy

c)

complicated

d)

simple

13.

Which of the following is an example of metadata about a webpage?

a)

The title of the webpage

b)

The body of the webpage

c)

An <h1> tag

d)

All of the above