wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Development: Intro to HTML

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Hypertext Markup Language, a language used to create web pages

a)

Website Content

b)

Website Structure

c)

Heading

d)

HTML

2.

A piece of a website, marked by a start tag and often closed with an end tag

a)

HTML Element

b)

Digital Footprint

c)

Website Content

d)

Website Structure

3.

The special set of characters that indicates the start and end of an HTML element and that element's type

a)

HTML Element

b)

Website Content

c)

HTML Tag

d)

Heading

4.

Which code defines a paragraph

a)

<!DOCTYPE html>

b)

<html>

c)

<p>

d)

<head>

5.

Which code defines that it contains all the main content of your web page

a)

<!DOCTYPE html>

b)

<html>

c)

<head>

d)

<body>

6.

Cascading Styling Sheets; a language used to describe how HTML elements should be styled.

a)

CSS Selector

b)

Copyright

c)

IMG

d)

CSS

7.

Which tag identifies a header tag?

a)

<header>

b)

<h1>

c)

<bigger>

d)

<img>

8.

Which tag identifies an opening tag?

a)

<img>

b)

<h1>

c)

<>

d)

</>

9.

Which tag identifies a closing tag?

a)

<img>

b)

</>

c)

<ol>

d)

<>

10.

Which tag identifies an image tag?

a)

<li>

b)

<ul>

c)

<img>

d)

<ol>

11.

This is a picture of a ____.

a)

CSS Rule

b)

HTML Rule

c)

Tags

d)

Coding

12.

Which heading would appear the largest on the webpage?

a)

They will all be the same size

b)

Movies

c)

Songs

d)

Books

13.

Which HTML heading is the smallest of ALL?

a)

<h3>

b)

<h1>

c)

<h2>

d)

<h6>

e)

<h5>

14.

Part of a program that does not work correctly

a)

Bug

b)

Cat

c)

Dog

d)

Infection

15.

What is the correct way to add an image to your website?

a)

<img src="bird.jpg">

b)

<img src="bird.jpg">bird</img>

c)

<img>bird.jpg</img>

d)

<img scr="bird.jpg">