All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information. ATTLIST XML None of the mentioned SGML TRUE ANSWER : ? YOUR ANSWER : ?
Which event is fired as the mouse is moving over an element when a drag is occurring? dragstart dragenter dragover dragleave TRUE ANSWER : ? YOUR ANSWER : ?
The _________ event is fired on the element where the drop occurred at the end of the drag operation. drop drag dragstart dragenter 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 : ?
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 : ?
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 4 Option 2 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
What is the correct HTML code for inserting an image ?<br/>1. < img >image.gif< /img ><br/>2. < img href=”image.gif /><br/>3. < img src=”image.gif” > None of these Option 1 Option 3 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
The < BASE > tag is designed to appear only between<br/>1. < BODY ><br/>2. < HEAD ><br/>3. < TITLE ><br/>4. < PRE > Option 4 Option 1 Option 3 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
Which attribute you’ll use with TD tag to merge two cells horizontally? merge=row2 colspan=2 merge=colspan2 rowspan=2 TRUE ANSWER : ? YOUR ANSWER : ?
The special formatting tag is1. <P>2. <TT>3. <PRE> Option 1 Option 3 Option 2 None of these TRUE ANSWER : ? YOUR ANSWER : ?