- Which tag is used to define the basic font size for the whole document?
- < BASEFONT >
- < COLOR >
- < FONT >
- < SIZE >
- The default value of Typr attribute for an unordered list is ____
- Disc
- Square
- Circle
- None of these
- Which of the following tags is suitable for creating numbered list
- < BL >
- < OL >
- < UL >
- None of these
- To display (X + Y) 2the correct HTML code is ;
- < SUB > (X + Y)2 < /SUB >
- X + Y < SUP > 2 < /SUP>
- (X + Y) < SUP > 2 < /SUP>
- Direct Type Defination
- Anything written between _____is taken as a comment
- < ?-- >
- < ?--? >
- < !--and-->
- < /--->
- To start a list with alphabet E ,which line is used
- < OL type="A">
- < OL Type="A" start="5">
- < OL Type="E">
- < OL Start="E">
- Which of the following is a text editor
- Wordpad
- Notepad
- Both a & b
- None of these
Fill In The Blanks :
- The ____ section contains the content to be displayed on the webpage
- The _____editor provides various tools and graphical interface where the webpages are designed.
- ____and_____are attribute of the < HR > tag.
- The color of the text in the HTML document can be changed using ____attribute in font tag.
- The FACE attribute of_____tag is used to change typeface or the name of the font.
- The ____attribute of body tag defines the color of visited links in a document.
- The _____attribute of Body tag changed the color of the Active links.
- The three values that can be defined with _____are disc,square and circle.
- To specify the start value of first item from which an ordered list should start _____attribute is used.
- The list created within a list is called ____ list.
- The default color of a hyperlink in a webpage is ____ .
- The ____tag is used to create subscripts and ______tag is used to create superscripts on a webpage.
- The _____tag is used to define the thickness of horizontal rule.
- The _____tag is used to insert line break on a webpage.
Home