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

Grade-6

Chapter-7
Page-93 -Train your Brain

C. Answer the following question


1. What is Markup Language?
Ans-A Markup Language is different from any other programming language as this language is
only used for formatting text-based document wherein we can also embed videos and sound.
2. List and briefly explain two features of HTML Language.
Ans- i) HTML tags are simple and easy to learn and remember.
ii) HTML has different tags that can be used to add and modify different components of the
webpage.
3. Explain different attributes of <Font> Tag.
Ans- The attributes of <Font> tag are-
i) Face: It is used to change the font style of the text. <Font face=”Style”> Text</Font>.
ii) Size: It is used to change the size of the text. <Font size=”Value”> Text</Font>.
iii) Color: This attribute is used to change the colour of the text on the webpage. <Font
color=”Colour code or colour name”>.
4. Explain the attributes of <IMG> Tag.
Ans- The attributes of <IMG> tag are-
i) SRC: The SRC is the source attribute that defines the path and name of the image
that is to be added to the webpage. <IMG SRC=”Path/Name of the Image file”>.
ii) Height: The height attribute is used to define the height of an image in the webpage.
iii) Width: The width attribute is used to define the width of an image in the webpage.
iv) ALT: This attribute is used to print the alternate text whenever the user moves the
mouse over the image.
5. Write down the steps to view HTML code in a browser.
Ans- i) Open any web browser.
ii) Open saved HTML file in the web browser
OR
i) Go to file location.
ii) Double click on saved HTML file. Then the output will be shown in default web browser.

You might also like