To created a bulleted list, use<br/>1. < ol ><br/>2. < ul ><br/>3. < il > None of these Option 1 Option 3 Option 2 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 3 None of these Option 2 Option 1 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 : ?
What is the correct HTML for creating a hyperlink ?<br/>1. < a >http://www.examians.com< /a ><br/>2. < a name=”http://www.examians.com” > examians.com< /a ><br/>3. < a url=”http://www.examians.com > examians.com< /a ><br/>4. < a href=http://www.examians.com > examians.com< /a > Option 4 Option 3 Option 1 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
Which tag adds a paragraph break after the text ?<br/>1. < BR ><br/>2. < P ><br/>3. < PARAGRAPH ><br/>4. < HR > Option 4 Option 3 Option 1 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
Choose the correct HTML tag to make a text bold<br/>1. < bd ><br/>2. < bold ><br/>3. < bl ><br/>4. < b > Option 2 Option 4 Option 1 Option 3 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following property is used to determine which drag operation was desired? dropEffect captureData getData dragend 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 2 Option 4 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
_____________ and elements in a document may be dragged using the application/x-moz-node type. Dragging HTML and XML Dragging Text None of the mentioned Dragging Nodes 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 XML ATTLIST SGML TRUE ANSWER : ? YOUR ANSWER : ?