HTML tags are recognized by<br/>1. <!<br/>2. <= =><br/>3. < > Option 1 Option 2 None of these Option 3 TRUE ANSWER : ? YOUR ANSWER : ?
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 3 Option 4 Option 1 OPtion 2 TRUE ANSWER : ? YOUR ANSWER : ?
Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location. drag preventDefault drop dataTransfer TRUE ANSWER : ? YOUR ANSWER : ?
All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information. XML ATTLIST SGML None of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following property is common in all drag events? dragenter dataTransfer drag data drag effects TRUE ANSWER : ? YOUR ANSWER : ?
How can you make a list that list the items with numbers ?<br/>1. < ul ><br/>2. < list ><br/>3. < ol > Option 1 Option 2 None of these Option 3 TRUE ANSWER : ? YOUR ANSWER : ?
The __________ defines the syntax of markup constructs and include additional definitions such as character entity references. DTD Attributes SGML Elements 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 4 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. True False TRUE ANSWER : ? YOUR ANSWER : ?
The < small > and < big > tags are special in what way ? They are for images only They work on anything None of these They can be repeated TRUE ANSWER : ? YOUR ANSWER : ?