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 2 Option 3 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
HTML tags are recognized by<br/>1. <!<br/>2. <= =><br/>3. < > Option 1 Option 3 Option 2 None of these TRUE ANSWER : ? YOUR ANSWER : ?
Which one is the correct e-mail link ?<br/>1. <a href=”mailto:gujaratimcq@gmail.com”><br/>2. <mail>gujaratimcq@gmail</mail><br/>3. <a href=”gujaratimcq@gmail”><br/>4. <href=”gujaratimcq@gmail”> Option 3 Option 1 Option 4 Option 2 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 4 Option 3 Option 1 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
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. ATTLIST DTD DOCTYPE None of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
The first tag inside < TABLE > tag is<br/>1. < HEAD ><br/>2. < CAPTION ><br/>3. < TH ><br/>4. < TD > Option 4 Option 3 Option 1 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
_____________ in textboxes and selections on web pages is done automatically, so you do not need to handle dragging yourself. Dragging HTML and XML Dragging Files Dragging Text Dragging Links TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following property is used to determine which drag operation was desired? dragend getData captureData dropEffect 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 > None of these Option 3 Option 2 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
Which event is fired as the mouse is moving over an element when a drag is occurring? dragenter dragstart dragleave dragover TRUE ANSWER : ? YOUR ANSWER : ?