The ___________ keyword begins the declaration of attributes that an element may take. It is followed by the name of the element in question, a list of attribute definitions, and a closing. DOCTYPE DTD ATTLIST None of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
Choose the correct HTML tag for the largest heading.<br/>1. < h1 ><br/>2. < h2 ><br/>3. < h4 ><br/>4. < h6 > Option 1 Option 3 Option 4 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
The tag which allows you to nest other HTML tags within the description<br/>1. < CAPTION ><br/>2. < TD ><br/>3. < TR > Option 1 Option 3 None of these Option 2 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 3 Option 4 Option 2 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
What kind of list will < ol > tags create ? Bulleted list Numbered list None of these Unordered list TRUE ANSWER : ? YOUR ANSWER : ?
To creat a list using lowercase letters, use<br/>1. < ol "a" ><br/>2. < ol="a" ><br/>3. < ol letter="a" ><br/>4. < ol type="a" > Option 3 Option 2 Option 4 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
The < BASE > tag is designed to appear only between<br/>1. < BODY ><br/>2. < HEAD ><br/>3. < TITLE ><br/>4. < PRE > Option 1 Option 2 Option 3 Option 4 TRUE ANSWER : ? YOUR ANSWER : ?
The _________ event is fired on the element where the drop occurred at the end of the drag operation. drop drag dragstart dragenter TRUE ANSWER : ? YOUR ANSWER : ?
The tag used for creating hypertext and hypermedia links is.<br/>1. < HR ><br/>2. < BR ><br/>3. < PRE ><br/>4. < A > Option 3 Option 4 Option 1 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
A/An _________ is essentially a macro that allows a short name to be associated with replacement text. Comment None of the mentioned Entity Attribute TRUE ANSWER : ? YOUR ANSWER : ?