Computer Applications

State True or False:

(i) Line breaks are given through <BR>.

(ii) HTML is a programming language.

(iii) The default font size is 5.

(iv) Color attribute is used with <P> tag.

(v) The colour of the hyperlinks in an HTML document cannot be changed.

(vi) The <A> tag is called the align tag.

(vii) <TR> tag is used to specify the individual table data in a table.

(viii) The ALT attribute of the <IMG> tag is used to specify the text that is to be displayed in case the browser does not support graphics.

(ix) XML is not a markup language.

(x) It is not important to specify an integer value as the width of the border of an image.

(xi) The ALIGN attribute of the <IMG> tag is used to specify the text that is to be displayed in case the browser does not support graphics.

(xii) <TH> tag is used to specify the column heading in a table.

(xiii) The NAME attribute of the <A> tag allows the user to create links within the same document.

(xiv) The <A> tag is called the align tag.

HTML Advanced Features

2 Likes

Answer

(i) True
Reason — <BR> tag is used to break the current line and jump to the next line.

(ii) False
Reason — HTML is a Webpage Layout Language and a Hyperlink Specification Language. It is not a programming language.

(iii) False
Reason — The default font size is 3.

(iv) False
Reason — Color is not an attribute of <P> tag. Color is used with <Font> tag to set the colour of the text.

(v) False
Reason — The colour of the hyperlinks in an HTML document can be changed by using the ALINK, VLINK attributes with the <BODY> tag.

(vi) False
Reason — The <A> tag is called the anchor tag.

(vii) False
Reason — <TD> tag is used to specify the individual table data in a table. <TR> tag is used to specify a new row in a table.

(viii) True
Reason — The ALT attribute of the <IMG> tag is used to specify the text that is to be displayed in case the browser cannot display the image for some reason.

(ix) False
Reason — XML stands for Xtensible Markup Language and it is a markup language.

(x) False
Reason — The width attribute requires an integer value that indicates the image size in pixels.

(xi) False
Reason — The ALT attribute of the <IMG> tag is used to specify the text that is to be displayed in case the browser does not support graphics. The ALIGN attribute is used to align the image.

(xii) True
Reason — <TH> tag is used to specify the column heading in a table. The headings appear slightly different than the normal table data.

(xiii) True
Reason — The NAME attribute specifies the name of a section in the document. This name is used to create links using the HREF attribute.

(xiv) False
Reason — The <A> tag is called the anchor tag.

Answered By

1 Like


Related Questions