Class 6th computer HTML Chap 7 Q & A

A. Tick (✔) the correct option 1. HTML is used to create: ✔ Web pages 2. In which software can you view the output of an HTML document? ✔ Web browser 3. Which is the root element of an HTML document? ✔ <html> 4. Which tag contains the main contents of the HTML document? ✔ <body> 5. Which tag is used to display a subscript? ✔ <sub> B. Fill in the blanks 1. The <title> tag is enclosed within the header section of the HTML document. 2. Images can be added using the background attribute in body tag. 3. The HTML files are saved with .html file extension. 4. Attributes are the sub elements or features of the tags that give additional functionality to the tags. 5. The <sup> tag is used to format the text as superscript. C. Write T or F 1. The term ‘HTML’ stands for High Textual Markup Language. False 2. You can create and save HTML documents in a text editor like Notepad. True 3. The ‘bgcolor’ attribute of the <body> tag helps you to add a background image. False 4. The <h6>…