wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML - DAY-1

Total questions: 15

Worksheet time: 3mins

Name
Class
Date
1.

What does HTML stand for?

a)

HyperText Markup Language

b)

HighText Machine Language

c)

Hyperlinking and Text Markup Language

d)

Home Tool Markup Language

2.

Which of the following is NOT a basic HTML tag?

a)

<p>

b)

<h1>

c)

<br>

d)

<css>

3.

Which HTML tag is used to create a paragraph?

a)

<para>

b)

<p>

c)

<paragraph>

d)

<pg>

4.

Which HTML tag is used to insert an image?

a)

<img>

b)

<image>

c)

<picture>

d)

<photo>

5.

How many heading levels does HTML provide?

a)

3

b)

5

c)

6

d)

7

6.

What is an HTML attribute?

a)

A tag used to create tables

b)

A property that provides additional information about an element

c)

A tag used for images

d)

A programming language for web design

7.

In <img src="image.jpg" alt="Sample Image">, what is alt?

a)

A required tag

b)

An attribute name

c)

An attribute value

d)

A standalone tag

8.

In an HTML tag, attribute values should always be enclosed in:

a)

Parentheses ()

b)

Curly braces {}

c)

Single or double quotes ' "

d)

Square brackets []

9.

Which of the following is a standalone (self-closing) tag?

a)

<p>

b)

<br>

c)

<h1>

d)

<div>

10.

Which of the following is a container element?

a)

<meta>

b)

<input>

c)

<img>

d)

<div>

11.

Which type of web page is generated dynamically based on user input?

a)

Static web page

b)

Dynamic web page

c)

Home page

d)

Landing page

12.

A static web page is one that:

a)

Changes content dynamically

b)

Is stored as a database entry

c)

Displays fixed content unless manually updated

d)

Is created using JavaScript frameworks

13.

What are the three main components of web development?

a)

HTML, Java, SQL

b)

Frontend, Backend, Database

c)

JavaScript, Python, PHP

d)

Bootstrap, CSS, PHP

14.

What is the role of frontend development?

a)

Manages the server and database

b)

Handles the logic and data processing

c)

Performs security testing

d)

Creates the user interface and experience

15.

Which language is used for structuring web pages?

a)

HTML

b)

CSS

c)

JavaScript

d)

Python