You are on page 1of 3

International Hope School Bangladesh

2022 – 2023 ACADEMIC YEAR – FIRST TERM – ICT – Worksheet Paper 01

Name: Class/Section: 7A Date:

IHSB No.: Duration : min 40 mins Marks :

.
In this worksheet, we will practice coding with HTML and using different HTML tags and
elements

Q1: HTML is a __________


A. scripting language used to create the dynamic content of a web page
B. markup language used to create the dynamic content of a web page
C. client-side scripting language used to create the static content of a web page
D. markup language used to create the static content of a web page
E. the protocol used for communication on the www
Q2: The _____ tags hold metadata about the web page being developed, while the
_______ tags hold the structure and content of the web page.
A. head, body
B. head, paragraph
C. body, head
D. title, body
E. title, paragraph
Q3: What are HTML element attributes?
A. Element attributes control the locations where we can write elements in the
HTML code.
B. Element attributes control the behavior of an HTML element.
1
C. Element attributes control the protocol used for communication on the www.
D. Element attributes control how we can write the name of an element in the
HTML code.
E. None of the answers are correct
Q4: HTML that is made up of tags where each tag holds a single element has an
opening tag but may not have a closing tag.
A. True
B. False

Q5:  In HTML, we cannot use hyperlinks in images.

A. True
B. False
Q6:  We cannot open a tag before closing the previous tag.
A. True
B. False

Q7:  <p> H______2______O is the scientific term for water. </p>

A. <sub>, </sub>
B. < sup >, </sup>
C. < subscript >, </subscript>
D. <superscript>, </superscript>

Q8:  What does HTML stand for?

A. Hyper Text Markup Language


B. Hyper Tag Markup Language
C. Hyper Textualized Marking Language
D. Hyper Text Marking Language
E. Hyper Tag Makeup Language

2
Q9:  Which of the following represents the proper use of tags in HTML?

A. <p> This is a paragraph </p>


B. <p>This is a paragraph<p>
C. <p>This is a paragraph
D. </p>This is a paragraph
E. <p>This is a paragraph </>
Q10:  What is the file extension for creating HTNL files?

A. .rtf

B. .html

C. .css

D. .web

E. .doc

You might also like