wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Basics Worksheet

Total questions: 27

Worksheet time: 13mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyperlinks and Text Markup Language

b)

Home Tool Markup Language

c)

Hyper Text Markup Language

d)

Hyperlinks Text Making Language

2.

What attribute is used to provide an image URL?

a)

link

b)

href

c)

src

d)

url

3.

HTML files are saved with which extension?

a)

.htl

b)

.html

c)

.xml

d)

.htx

4.

Which attribute specifies an inline style?

a)

font

b)

style

c)

class

d)

design

5.

Which tag is used for comments?

a)

b)

// comment

c)

/* comment */

d)

6.

Which attribute is used to make a field mandatory in a form?

a)

must

b)

required

c)

need

d)

mandatory

7.

Which tag is used to create a hyperlink?

a)

link

b)

url

c)

anchor

d)

href

8.

What does HTML stand for?

a)

HyperText Markup Language

b)

HyperText Markup Code

c)

HighText Markup Language

d)

HyperText Multi Language

9.

What does the acronym MERN stand for?

a)

MongoDB, Express.js, React, Node.js

b)

MongoDB, Express.js, Vue.js, Node.js

c)

MongoDB, Angular, React, Node.js

d)

MySQL, Express.js, React, Node.js

10.

What is React primarily used for?

a)

Designing network protocols

b)

Managing database connections

c)

Building user interfaces

d)

Creating server-side applications

11.

What is the purpose of a web server?

a)

The purpose of a web server is to store, process, and deliver web content to clients.

b)

A web server is designed to run operating system updates.

c)

The purpose of a web server is to manage user accounts.

d)

A web server is used to create software applications.

12.

What is the difference between RAM and ROM?

a)

RAM is used for permanent storage; ROM is used for temporary storage and is volatile.

b)

RAM is volatile and used for temporary storage; ROM is non-volatile and used for permanent storage.

c)

RAM and ROM are both volatile and used for temporary storage.

d)

RAM is non-volatile and used for permanent storage; ROM is volatile and used for temporary storage.

13.

What programming language is primarily used for web development?

a)

Python

b)

JavaScript

c)

Ruby

d)

Java

14.

What is the significance of the 'alt' attribute in an tag?

a)

The 'alt' attribute is used to link images to other web pages.

b)

The 'alt' attribute specifies the image size and dimensions.

c)

The 'alt' attribute enhances image quality and resolution.

d)

The 'alt' attribute describes the image for accessibility and provides fallback text.

15.

What are the three foundational coding languages of the internet?

a)

HTML, CSS, and JavaScript

b)

Python, Java, and C++

c)

French, Dutch, and German

d)

Firefox, Chrome, and Internet Explorer

16.

Which language is used for adding interactivity to a webpage?

a)

HTML

b)

CSS

c)

JavaScript

d)

Python

17.
What does CSS stand for?
a)
Computer Status Storage
b)
Computer System Security
c)
Cascading Style Sheet
d)
Candy Syrup Sand
18.

Email stands for:

a)

Everywhere Mail

b)

Express Mail

c)

Electronic Mail

d)

External Mail

19.

What does RAM stand for?

a)

Read Any Memory

b)

Random Access Memory

c)

Remote Access Machine

d)

Required Access Module

20.

A web document must have which of the following tags?(multiple choice qn)

a)

<html>

b)

<body>

c)

<p>

d)

<img>

e)

<head>

21.

Which tag is used to add an image?

a)

<image>

b)

<img>

c)

<<img>>

d)

</image>

22.

To make your site available to anyone with access to the web, you need to copy the files to a web _______, which is a computer optimized to store and share the documents and that has an extremely high-speed Internet connection.

a)

portal

b)

server

c)

publisher

d)

client

23.

When creating a closing tag the opening angle bracket is followed by a(n) ___________.

a)

? (question mark)

b)

/ (slash)

c)

! (exclamation point)

d)

# (number symbol)

24.

Which of the following built-in tags do not require a closing tag?

a)

<a>

b)

<form>

c)

<img>

d)

<table>

25.

Which tag is used to create a hyperlink in HTML?

a)

<a>

b)

<link>

c)

<href>

d)

<url>

26.

Where does the <title> tag appear on web page?

a)

URL

b)

At the top of a web page

c)

In the browser tab

d)

At the bottom of a web page

27.

Which tag is where the web page content is placed?

a)

<html>

b)

<head>

c)

<body>

d)

<title>