The __________ begins with a series of parameter entity definitions. XML None of the mentioned DTD SGML TRUE ANSWER : ? YOUR ANSWER : ?
A model group contains the names of the elements that a tag may enclose. False True TRUE ANSWER : ? YOUR ANSWER : ?
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 1 Option 4 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
Which attribute you’ll use with TD tag to merge two cells horizontally? rowspan=2 merge=colspan2 merge=row2 colspan=2 TRUE ANSWER : ? YOUR ANSWER : ?
To created a bulleted list, use<br/>1. < ol ><br/>2. < ul ><br/>3. < il > Option 1 Option 3 Option 2 None of these TRUE ANSWER : ? YOUR ANSWER : ?
Which HTML Tag will use to scroll a text in web page? marquee round scroll go 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 : ?
Which of the following property is common in all drag events? dataTransfer dragenter drag effects drag data TRUE ANSWER : ? YOUR ANSWER : ?
Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location. drag dataTransfer preventDefault drop TRUE ANSWER : ? YOUR ANSWER : ?
Which event is fired as the mouse is moving over an element when a drag is occurring? dragstart dragleave dragover dragenter TRUE ANSWER : ? YOUR ANSWER : ?