wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Attempt 2 Review

Total questions: 25

Worksheet time: 12mins

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.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
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.
Which is the correct HTML element for inserting a line break?
a)
<b>
b)
<lb>
c)
<br>
d)
<break>
6.

What does a closing tag look like?

a)

< >

b)

<\ >

c)

</ >

d)

<< >>

7.

What will happen to an image that is scaled larger than its original size?

a)

Its pixels will multiply

b)

Its quality will stay the same

c)

Its quality will increase

d)

Its quality will decrease

8.

Images can be lined up in rows and columns using CSS and ________

a)

Equations

b)

Spreadsheets

c)

Tables

d)

Photo-liners

9.

What makes iFrame versatile?

a)

it can be programmatically changed

b)

it contains web content

c)

it controls many format types

d)

it allows for content changes

10.

Which folder can the Trombone.jpg be found?

<img src="Images/Trombone.jpg" width="460" height="345 alt="Mandolin"

a)

Images

b)

Trombone

c)

Mandolin

d)

Trash

11.

Which is a commonly used height for videos?

a)

480 pixels

b)

650 pixels

c)

350 pixels

d)

400 pixels

12.

What does having multiple source tags allow a user to have?

a)

Multiple video attributes

b)

Multiple videos on a webpage

c)

Multiple video formats as sources

d)

Multiple videos play at once

13.

When setting a source within a track tag, captions and subtitles are the two most commonly used formats.

a)

True

b)

False

14.

Which attribute should be added to an audio tag to allow a user to control when the audio plays?

a)

controls

b)

sequence

c)

pause

d)

choose

15.

SVG stands for Scalable ______ Graphics

a)

Vector

b)

Video

c)

Variable

d)

Value

16.

The track tag works in conjunction with ______files

a)

WAV

b)

MP4

c)

VTT

d)

JPEG

17.

Which form submission method is a request to take data submitted and insert it into a database?

a)

Get

b)

Delete

c)

Put

d)

Post

18.

A type of tag used to embed metadata in CSS.

a)

Metadata

b)

HTML Tag

c)

Meta Tag

d)

Head Tag

19.

A tool used to put placeholders in for text that will need to be added later to a webpage. It can also be used to explain parts of a webpage that do not display in a browser but will appear in a text editor. It will help any collaborative efforts to build a website.

a)

Comment

b)

Metadata

c)

Element

d)

Body Tag

20.

A tag which notifies the user if their browser does not support the programming language that is currently in use.

a)

Body Tag

b)

NoscriptTag

c)

Link Tag

d)

Script Tag

21.

Which HTML tag is used to define an internal style sheet?

a)

<style>

b)

<script>

c)

<css>

d)

<link>

22.

What is the purpose of the alt attribute in an image tag?

a)

To define the image format

b)

To specify the image size

c)

To link the image to another page

d)

To provide alternative text for the image

23.

Which HTML tag is used to create a hyperlink?

a)

<link>

b)

<a>

c)

<url>

d)

<href>

24.

What is the default display property of a div element?

a)

inline

b)

block

c)

inline-block

d)

flex

25.

Which attribute is used to specify the URL of an image in an img tag?

a)

href

b)

src

c)

url

d)

link