What is the correct HTML tag for inserting a linebreak ?<br/>1. < break ><br/>2. < lb ><br/>3. < pre ><br/>4. < br > 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 : ?
The tag for title text for rows and columns is<br/>1. < TD ><br/>2. < TR ><br/>3. < TH > Option 2 Option 3 None of these Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
The main container for < TR >, < TD > and < TH > is.<br/>1. < DATA ><br/>2. < GROUP ><br/>3. < TABLE > Option 3 Option 1 Option 2 None of these TRUE ANSWER : ? YOUR ANSWER : ?
Which event is fired as the mouse is moving over an element when a drag is occurring? dragenter dragleave dragover dragstart 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 1 Option 4 Option 2 Option 3 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 3 Option 2 Option 1 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 2 Option 3 Option 4 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following property is common in all drag events? drag data dataTransfer drag effects dragenter TRUE ANSWER : ? YOUR ANSWER : ?
_____________ in textboxes and selections on web pages is done automatically, so you do not need to handle dragging yourself. Dragging Files Dragging HTML and XML Dragging Links Dragging Text TRUE ANSWER : ? YOUR ANSWER : ?