The < small > and < big > tags are special in what way ? They can be repeated They work on anything They are for images only None of these TRUE ANSWER : ? YOUR ANSWER : ?
What is the correct HTML tag for inserting a linebreak ?<br/>1. < break ><br/>2. < lb ><br/>3. < pre ><br/>4. < br > Option 1 Option 3 Option 4 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
Which tag will you add to specify a font for your whole page ?<br/>1. < defaultfont ><br/>2. < targetfont ><br/>3. < basefont ><br/>4. < font > Option 1 Option 2 Option 4 Option 3 TRUE ANSWER : ? YOUR ANSWER : ?
A model group contains the names of the elements that a tag may enclose. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which tag can set the background color for your page ?<br/>1. < body ><br/>2. < font ><br/>3. < head ><br/>4. < title > Option 4 Option 2 Option 1 Option 3 TRUE ANSWER : ? YOUR ANSWER : ?
The __________ begins with a series of parameter entity definitions. None of the mentioned DTD XML SGML TRUE ANSWER : ? YOUR ANSWER : ?
All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information. None of the mentioned ATTLIST XML SGML TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is underline tag ?<br/>1. < PRE ><br/>2. < UL ><br/>3. < U ><br/>4. < HR > Option 3 Option 2 Option 4 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
What is the correct HTML code for inserting an image ?<br/>1. < img >image.gif< /img ><br/>2. < img href=”image.gif /><br/>3. < img src=”image.gif” > None of these Option 3 Option 1 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?