CBSE Class 10 Computer Applications Question 60 of 125

HTML II — Images, Links and Tables — Question 1

Back to all questions
1
Question

Question 1

Fill in the blanks:

(i) To insert a table on a web page, we use ............... tag.

(ii) ............... tag is used to create inline images.

(iii) ............... is an attribute of the <IMG> tag which specifies the location or URL of the image to be displayed.

(iv) The default colour of a hyperlink on a web page is ............... .

(v) The ............... tag is used to create subscripts and ............... tag is used to create superscripts on a web page.

(vi) An ............... link allows a link to another web page or another web site.

(vii) The attribute ............... is used for specifying the URL of the anchor tag.

(viii) ............... is used to combine the cells horizontally.

(ix) ............... tags creates a bulleted list.

(x) ............... attribute with <HR> tag is used to specify thickness of the line.

Answer

(i) To insert a table on a web page, we use <TABLE>tag.

(ii) <IMG> tag is used to create inline images.

(iii) SRC is an attribute of the <IMG> tag which specifies the location or URL of the image to be displayed.

(iv) The default colour of a hyperlink on a web page is blue.

(v) The <SUB> tag is used to create subscripts and <SUP> tag is used to create superscripts on a web page.

(vi) An external link allows a link to another web page or another web site.

(vii) The attribute HREF is used for specifying the URL of the anchor tag.

(viii) COLSPAN is used to combine the cells horizontally.

(ix) <UL>...</UL> tags creates a bulleted list.

(x) SIZE attribute with <HR> tag is used to specify thickness of the line.