wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Day 1 Quiz

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Web development mainly consists of which two major areas?

a)

Database & Cloud

b)

Frontend & Backend

c)

HTML & CSS

d)

Design & Hosting

2.

HTML is primarily used for:

a)

Structuring web content

b)

Server-side logic

c)

Adding interactivity

d)

Styling a page

3.

HTML stands for:

a)

HyperText Managing Language

b)

Hybrid Text Mark Language

c)

Hyper Transfer Markup Language

d)

HyperText Markup Language

4.

The basic building blocks of a webpage in HTML are called:

a)

Tags only

b)

Functions

c)

Elements

d)

Scripts

5.

The largest heading tag in HTML is:

a)

<H1>

b)

<h5>

c)

<h6>

d)

<h1>

6.

Attributes in HTML are written as:

a)

name-value

b)

value-name

c)

name="value"

d)

value="name"

7.

Which attribute specifies the image source in <img> tag?

a)

src

b)

alt

c)

link

d)

path

8.

Which list type uses bullets in HTML?

a)

Alphabetical list

b)

Unordered list

c)

Numbered list

d)

Ordered list

9.

Which tag is commonly used to divide content into sections?

a)

<split>

b)

<section>

c)

<block>

d)

<div>

10.

Which of the following tags is used to add a line-break in HTML?A

a)
  • </br>

b)
  • <break>

c)

<br>

d)
  • </break>

11.

Which of the following is the correct way of creating an hyperlink in HTML?

a)
b)
c)
d)
12.

Which is true about HTML attributes?

a)

Written inside closing tags

b)

Written in pairs like <attribute></attribute>

c)

Written inside opening tags

d)

Can exist without values

13.

Which of the following is true about HTML?

a)
  • A markup language

b)
  • A programming language

c)
  • A language designed for styling pages

d)
  • A language designed to implement logic in a page.

14.

Which tag is used to add an header in HTML table?


a)
  • <header>

b)
  • <theader>

c)
  • <th>

d)
  • <h1>

15.

Which of the following statements about the <p> tag is correct?


a)

A <p> tag requires a closing </para>

b)

A <p> tag automatically inserts a <br> after every sentence

c)

Multiple spaces are preserved as written

d)

Multiple spaces are reduced to a single space