wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

LCWD1

Total questions: 7

Worksheet time: 4mins

Name
Class
Date
1.

What does HTML stand for?

a)

Home Tool Markup Language

b)

Hyper Text Markup Language

c)

Hyperlinks and Text Markup Langauge

d)

Invalid question

2.

Which web development tools would I use if I want to change the styling of the webpage?

a)

HTML

b)

CSS

c)

Javascript

d)

PHP

3.

The structure of an HTML document will fall in between which tags?

a)


<body></body>

b)

<head></head>

c)

<title></title>

d)

<p></p>

4.

Which of the following HTML heading elements will create the smallest font size on a website?

a)


<h1>name</h1>

b)

<h2>name</h2>

c)

<h4>name</h4>

d)

<h5>name</h5>

5.

What is the use of "text-align" CSS property?

a)

color change

b)

text size change

c)

Horizontal alignment of text

d)

Invalid Property

6.

What does CSS stand for?

a)

Cascading Style Sheets

b)

Computer Style Sheets

c)

Colorful Style Sheets

d)

Creative Style Sheets

7.

What is the purpose of the "href" attribute in an HTML anchor tag?

a)

To define the heading of the webpage

b)

To specify the color of the text

c)

To indicate the destination of the hyperlink

d)

To create a new paragraph