0% found this document useful (0 votes)
37 views3 pages

Class 6 Practice Assignment HTML

This document is a practice assignment for Class VI students at BD Blue Bells Public School, focusing on HTML5 and CSS3. It includes multiple-choice questions, fill-in-the-blanks, one-word answers, and short answer questions related to HTML concepts and tags. The assignment aims to assess students' understanding of basic web development principles.

Uploaded by

ddaksheshkhatri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views3 pages

Class 6 Practice Assignment HTML

This document is a practice assignment for Class VI students at BD Blue Bells Public School, focusing on HTML5 and CSS3. It includes multiple-choice questions, fill-in-the-blanks, one-word answers, and short answer questions related to HTML concepts and tags. The assignment aims to assess students' understanding of basic web development principles.

Uploaded by

ddaksheshkhatri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

BD Blue Bells Public School

Session 2025-26

Class VI
Introduction to HTML 5 & CSS3
Practice Assignment

Tick (✔) the Correct Answer


1. HTML is used to create:
a) Games
b) Web pages
c) Paintings
d) Music
2. HTML is a:
a) Programming language
b) Markup language
c) Operating system
d) Database
3. Which tag starts an HTML document?
a) <body>
b) <html>
c) <head>
d) <title>
4. Which tag is used for line break?
a) <p>
b) <hr>
c) <br>
d) <b>
5. Which tag is used to show text in bold?
a) <b>
b) <i>
c) <u>
d) <p>
6. HTML stands for:
a) High Text Machine Language
b) Hyper Text Markup Language
c) Hyperlinks Text Machine Language
d) Home Tool Markup Language
7. Which tag is used to create a paragraph in HTML?
a) <h1>
b) <br>
c) <p>
d) <title>

Fill in the Blanks


1. A ____________________ is a collection of web pages.
2. A ______________ is a document that contains text , graphics , audio, video and
links to other pages
3. URL stands for __________________________.
4. WYSIWYG stands for _________________.
5. The <br> tag is used to __________ a line.
6. The <p> tag is used to write a __________.
7. All HTML tags are written inside __________ brackets.
8. The <body> tag contains the __________ of the webpage.
9. HTML is used to design __________ pages.
10. HTML files are saved with the extension __________.
11. The __________ tag is used to give the title of a webpage.
12. The __________ tag contains the main content of the webpage.
One Word / One Line Answers
1. What is the purpose of the <title> tag?
2. Name the opening tag of HTML.
3. Which tag is used to underline text?
4. Write the closing tag of <body>.
5. Name the tag used to write headings.
6. Which tag has no closing tag: <br> or <p>?
7. Name the key used to see the changes made in an already opened webpage.
8. Which tag is used to add a horizontal line?
9. Name the tag used to add italics.
10. Name the building blocks of a webpage.

Do as directed
1. Complete the HTML code to display “Welcome to HTML5” as a heading.
<html>
<head>
<title>My Page</title>
</head>
<body> __________ Welcome to HTML5 __________ </body>
</html>
2. Give the output of the given HTML code
<html>
<head>
<title> ABC </title>
</head>
<body>
HELLO THIS IS MY FIRST WEBPAGE
</body>
</html>
3. Find and Correct the Errors.
a. <html>
<head>
<title>My Webpage<title>
<\head>
<body> <p>This is my first webpage </body>
</html>
b. <h1>Welcome</h2>
c. <html> <head> <title>My Page</title> </head> <body>
d. <body <h1>Welcome </body> </html>
e. <p>HTML is easy</h1>

Short Answer Questions


1. What is HTML5?
2. Write any two uses of HTML.
3. Give any two rule for writing HTML5 codes.
4. Name the types of HTML editor.
5. What is the difference between <br> and <p> tag?
6. Write the basic structure of an HTML document.
7. What is the difference between empty tag and container tag?
8. Define an attribute in HTML
9. What is CSS and different way to use the CSS in HTML document?
10. What is the use of <body> tag?

You might also like