wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Lecture 3 - IT 1020SEF

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does HTML stand for?

a)

HyperText Markup Language

b)

HyperTool Markup Language

c)

HyperTransfer Markup Language

d)

HighText Markup Language

2.

What is the purpose of the <body> tag in HTML?

a)

To contain metadata

b)

To display the contents of the webpage

c)

To specify CSS styles

d)

To store JavaScript functions

3.

Which of the following is an example of an HTML self-closing tag?

a)

<div>

b)

<h1>

c)

<p>

d)

<img>

4.

What attribute is used with the <a> tag to create a hyperlink?

a)

src

b)

href

c)

name

d)

link

5.

What is CSS primarily used for?

a)

To structure web content

b)

To add styles to HTML elements

c)

To create hyperlinks

d)

To add metadata to a webpage

6.

Which HTML tag is used to define a table in HTML?

a)

<table>

b)

<tr>

c)

<td>

d)

<th>

7.

Which of the following is NOT a correct characteristic of HTML?

a)

HTML is a programming language

b)

HTML is used to structure content on a webpage

c)

HTML uses nested tags

d)

HTML allows adding links to other documents

8.

Which tag is used to define a paragraph in HTML?

a)

<div>

b)

<h1>

c)

<p>

d)

<span>

9.

A programming language used to create HTML elements

a)

A programming language used to create HTML elements

b)
  • A tree-like structure that represents the HTML document and its elements


c)

A tool used to style HTML pages

d)

A type of server used to host HTML documents

10.

Which of the following best describes an HTML attribute?

a)

A comment that explains the purpose of an element

b)

A property added to an HTML tag to provide additional information or behavior

c)

A tag that defines the structure of a webpage

d)

A type of media element embedded in HTML