The tag used for creating hypertext and hypermedia links is.<br/>1. < HR ><br/>2. < BR ><br/>3. < PRE ><br/>4. < A > Option 3 Option 4 Option 1 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
The _________ event is fired on the element where the drop occurred at the end of the drag operation. dragenter drag drop dragstart TRUE ANSWER : ? YOUR ANSWER : ?
Which attribute you’ll use with TD tag to merge two cells horizontally? merge=colspan2 merge=row2 rowspan=2 colspan=2 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 2 Option 4 Option 3 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
Which HTML Tag will use to scroll a text in web page? go round scroll marquee 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 : ?
The first tag inside < TABLE > tag is<br/>1. < HEAD ><br/>2. < CAPTION ><br/>3. < TH ><br/>4. < TD > Option 4 Option 1 Option 2 Option 3 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. DTD ATTLIST DOCTYPE None of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
The __________ defines the syntax of markup constructs and include additional definitions such as character entity references. DTD SGML Attributes Elements 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 1 Option 3 Option 2 Option 4 TRUE ANSWER : ? YOUR ANSWER : ?