0% found this document useful (0 votes)
135 views

Class 7 Chapter 4 Solved Assessmenpdf

This document provides an assessment with multiple choice questions, fill in the blank statements, true/false questions, and short answer questions about HTML tags, structure, and editors. It tests knowledge of topics like common tags (<html>, <head>, <body>), empty tags (<hr>, <br>), the differences between WYSIWYG and text editors, and the basic steps for creating an HTML page in Notepad. The assessment aims to evaluate a student's understanding of fundamental HTML concepts.

Uploaded by

Sikhar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
135 views

Class 7 Chapter 4 Solved Assessmenpdf

This document provides an assessment with multiple choice questions, fill in the blank statements, true/false questions, and short answer questions about HTML tags, structure, and editors. It tests knowledge of topics like common tags (<html>, <head>, <body>), empty tags (<hr>, <br>), the differences between WYSIWYG and text editors, and the basic steps for creating an HTML page in Notepad. The assessment aims to evaluate a student's understanding of fundamental HTML concepts.

Uploaded by

Sikhar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Class – 7 | Chapter – 4 | Assessments Zone

I. Choose the correct option for the following questions.


1. Which of the following is NOT a Web Browser?
(a) Edge (b) Safari (c) Opera (d) Frontpage
Ans : -(d) Frontpage
2. What does W3C stands for?
(a) World Wide Web Consortium (b) Wide World Web Consortium
(c) Web Wide World Consortium (d) Wide Web World Consortium
Ans : -(a) World Wide Web Consortium
3. Which of the following tag tells the Web Browser that the
HTML document has ended?
(a) <html> (b) </html> (c) <body> (d) </body>
Ans : -(b) </html>
4. What does HTML stand for?
(a) HyperText Makeup Language (b) HyperTest Makeup Language
(c) HyperText Markup Language (d) HyperTest Markup Language
Ans : -(c) HyperText Markup Language
5. In HTML _______ tags come in pairs.
(a) Filled (b) Container (c) All (d) Empty
Ans : -(b) Container
6. <HR> and <BR> are examples of
(a) Empty tags (b) Open tags (c) Closed tags (d) Container tags
Ans : -(a) Empty tags
7. Microsoft FrontPage is an example of
(a) WYSIWYG editor (b) WWSSWYG editor
(c) WWSIIYG editor (d) WWSSIIWYG editor
Ans : -(a) WYSIWYG editor
8. We can use _______ editors for creating HTML pages.
(a) Word (b) Advanced (c) Core (d) Text
Ans : -(d) Text
9. Every HTML page starts with
(a) <html> (b) <head> (c) <open> (d) <start>
Ans : -(a) <html>
10. Every HTML page ends with
(a) </html> (b) </end> (c) </body> (d) </close>
Ans : -(a) </html>

II. Fill in the blanks.

1. We use browsers for accessing webpages.


2. HTML5 is the latest version of HTML.
3. W3C is responsible for overseeing the development of HTML.
4. Closing tags tell the Web Browser that the piece of content is
closing.
5. WYSIWYG editors automatically add all the required HTML
tags and code to HTML pages.

III. Write (T) for the sentences that are true and (F) for the
sentences that are false in the space provided.

1. We can create Web Pages without using HTML. False


2. We use ‘\’ in starting of the HTML closing tags. False
3. In HTML Empty tags does not need closing tags. True
4. <head> tag is an empty tag. False
5. Opening tag tell the Web Browser that a piece of content is
true. False
IV. Answer the following questions.

1. Why are tags used in HTML?


Ans : - HTML tags are used to define how a web browser must
format and display the content. Opening tags like <html>
indicates the starting of a content and closing tag like </html>
indicates the closing of a content.

2. Write a short note on container tags.


Ans : - Container tags in HTML has both opening and closing
tags. For example : - <html> is a container tag, it has its closing
tag as </html>. They are called container tags because they
contain something within the two tags.

3. What is the difference between WYSIWYG and text


editors?
Ans : - In case of simple text editors, we type the whole HTML
code ourself whereas in case of WYSIWYG editors, we only
design the webpage and all the required HTML tags are added
automatically by the software.
4. Write the steps required for creating and saving a HTML
page in Notepad.
Ans : - Steps to create and save a HTML page : -
i. Open Notepad.
a. Press Window key + R key to open Run
dialog box.
b. Type Notepad in the textbox given.
c. Click on OK or press Enter.
ii. Type the HTML code in the Notepad.
iii. Save the file with .html extension.
a. Click on File Tab.
b. Click on Save option.
c. Type the file name with .html extension.
d. Select All files in the ‘Save as type’ drop
down menu.
e. Click on Save button.
f.
5. Write a short note on structures of webpages.
Ans : - A web page may contain text, graphics and hyperlinks to
other web pages. Web pages uses HTML tags to structure the
above contents. Web browsers read this HTML information and
display the content on our computer screen in a structured way.

V. Match the following.


1. Connect the HTML tags in Column I with their respective type
in Column II.
A. <body> - Opening tag
<HR> - Empty tag
</head> - Closing tag
2. Connect the entries in Column I with their correct counterpart
in Column II.
B. Frontpage - WYSIWYG editor
Microsoft Word - Text Editor
Chrome - Web Browser
HTML - Language

You might also like