To start a list at the count of 3, use<br/>1. < ol begin="3" ><br/>2. < ol list="3" ><br/>3. < ol start="3" ><br/>4. < ol num="3" > OPtion 2 Option 1 Option 4 Option 3 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 4 Option 1 Option 3 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
A listener for the dragenter and dragover events are used to indicate valid drop targets, that is, places where dragged items may be dropped. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not a valid alignment attribute? Right Top All of above Left TRUE ANSWER : ? YOUR ANSWER : ?
The < small > and < big > tags are special in what way ? None of these They can be repeated They are for images only They work on anything TRUE ANSWER : ? YOUR ANSWER : ?
The tag which is used to establish the absolute base for relative URLs used in the documents hypertext links.<br/>1. < BODY ><br/>2. < TITLE ><br/>3. < BASE ><br/>4. < BR > Option 3 Option 2 Option 1 Option 4 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 1 Option 2 Option 4 TRUE ANSWER : ? YOUR ANSWER : ?
Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location. dataTransfer drop drag preventDefault 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 1 Option 2 Option 4 TRUE ANSWER : ? YOUR ANSWER : ?
The __________ defines the syntax of markup constructs and include additional definitions such as character entity references. Elements SGML DTD Attributes TRUE ANSWER : ? YOUR ANSWER : ?