Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Fatima Fertilizer School

Date:____________ Name: ______________ Class:6 Section:


HTML (Website Development)
Q: Select the correct option.
1. What does HTML stand for?
a) Hyper Text Markup Language
b) Hyperlinks and Text Markup Language
c) Hyper Transfer Markup Language
d) High Text Markup Language
2. The <h6> element defines a large heading.
a) True b) False
3. The <p> element defines a paragraph.
a) True b) False
4. HTML does not consist of a series of elements.
a) True b) False
5. The HTML element is everything from the start tag to the end tag.

a) True b) False

6. Which HTML tag is used to define a paragraph?

a) <p> b) <paragraph> c) <para> d) <pr>

7. Which tag is used to define an image in HTML?


a) <img> b) <image> c) <pic> d) <picture>
8. Which HTML element is used to define the structure of an HTML document?
a) <head> b) <body> c) <html> d) <title>
9. What is the root element of an HTML document?
a) <head> b) <body> c) <html> d) <title>
10. What does the <body> tag define in HTML?
a) The main content of the document b) The header of the document
c) The footer of the document d) The navigation links of the document
11. What is the purpose of the <br> tag in HTML?
a) To create a horizontal rule b) To insert a line break
c) To define a block of text d) To insert a bullet point
12. What is the purpose of the HTML <DOCTYPE> declaration?
a) It defines the character encoding of the document
b) It defines the document type and version of HTML
c) It specifies the background color of the document
d) It defines the language of the document
13. Which attribute is used to provide an alternative text for an image in HTML?
a) alt b) src c) title d) href
14. What is the purpose of the <title> tag in HTML?
a) It defines the title of the document displayed in the browser's title bar
b) It creates a line break in the text
c) It defines a section of the document
d) It specifies the background color of the document
15. Which attribute specifies the URL of the image in HTML?
a) src b) alt c) href d) title
16. Which tag is used to define the structure of an HTML document?
a) <structure> b) <html> c) <doc> d) <document>
17. In HTML, which character is used to denote the end tag of an element?
a) / b) < c) > d) !
18. The style attribute is used to add styles to an element, such as color, font, size, and more.
a) True b) False
19. The lang attribute of the <html> tag declares the language of the Web page.
a) True b) False
20. The empty elements have no content and no end tag.
a) True b) False

You might also like