61.<a> and </a> are the tags used for ?
a)Adding links to your page
b)Aligning text
c)Audio-voiced text
d)none
ans:a
62.The <small> and <big> tags are special in what way ?
a)They can be repeated
b)They work on anything
c)They are for images only
d)all the above
ans:a
63.The <br> tag adds what to your webpage ?
a)Little bubbles
b)Long breaks
c)Line break
d)Line bubbles
ans:c
64.What tag adds a paragraph break after the text ?
a)<PARAGRAPH>
b)<P>
c)<BR>
d)all the above
ans:b
65.Besides <B>, another way to make text bold is what ?
a)<strong>
b)<dark>
c)<fat>
d)<bold>
ans:a
66.Which of these is not valid HTML?
a)<font face="verdana,arial">
b)<fontface="verdana">
c)<font face="verdana">
d)all are valid
ans:b
67.The tag that is used to change the font in a part of a page is
a)<basefont>
b)<linefont>
c)<changefont>
d)<font>
ans:d
68.The tag that is used to make the text italic is
a)i
b)em
c)both
d)none
ans:c
69.The tag <strike> is used to
a)underline the text
b)strike a line through the text
c)lift the text
d)lower the text
ans:b
70.which of the following html statements writes the text in smallest font
a)<font size="2">text</font>
b)<font size="7">text</font>
c)<font size="5">text</font>
d)<font size="1">text</font>
ans:d
71.The statement <big>text</big>
a)doubles the size of the text
b)increses the size of the text by 1
c)halves the size of the text
d)prints the text as it is
ans:b
72.The statement <small>text</small>
a)doubles the size of the text
b)decreses the size of the text by 1
c)halves the size of the text
d)prints the text as it is
ans:b
73.The html statement <nobr>text</nobr>
a)Turns off automatic linebreaks
b)turns off the last recent line break
c)it does nothing
d)turns on automatic line bresks
ans:a
74.The html tag that allows the browser to insert a linebreak even if a <nobr> is used
a)<br>
b)<wbr>
c)both a & b
d)<div>
ans:b
75.The tags <s> and <strike> are used for same purpose
a)true
b)false
ans:a
76.________ is used to style the text as program code in a monospace font
ans:<code>
77.________ is used to indicate that the text is being used for the first time(defining)
ans:<dfn>
78.The <blink> tag is supported only by __________ browser
ans:netscape
79.special characters in a html page should be given using the symbol
a)*
b)+
c)^
d)&
ans:d
80.For <marquee>, loop=-1 sets an infinite loop
a)true
b)false
ans:a
81. An advantage of using basic HTML to create a document is that ____.
a)all word processors can display the document
b)all browsers can display the document
c)it will print better than a word processing document
d)it is easier to write in HTML
ans:b
PREVIOUS NEXT