The..............contain elements which define how the information on a webpage is formatted or displayed a.editors b.tags c.attributes d.none of these
The ...............tag contains the content of your document which gets displayed on the web page of your browser window. a.< head > b.< body > c.< html > d.none of these
Which special property provides additional information about an html element ? a.tag b.element c.attribute d.none of these
The align attribute of < p > tag cannot take ...........value a.right b.left c.justify d.none of these
which of the following tags helps in the spacing of textbor displaying the performatted spaces on a webpage in an html document? a.< space> b.< pre > c.< spc > d.none of these
which tag adds a line horizontally on your webpage? a.< hr > b.< line > c.line direction ="horizontally" > d.< tr >
choose the correct html tag to make the text italic a.< li > b.< italics > c.< italic > d.< i >
what is the correct html tag for inserting a line break? a.< br > b.< /b > c.< break > d.< new line >
An html .........consits of an on tag the content and off tag . a.element b.tag c.attribute d.none of these
which character is used with the off tag? a.end b./ c.\ d.<
the default color of link attribute is......... a.red b.black c.green d.blue
The entry which displays an"&" sign on the browser is........... a.& b.< & > c.& d.none of these
which entry displays the ">"(greater than) sign on the browser? a.< > > b.> c.&grt d.none of these
The html tag for the largest heading is........... a.< h1 > < h6 > < head > d.none of these