Which attribute you’ll use with TD tag to merge two cells horizontally? merge=row2 merge=colspan2 colspan=2 rowspan=2 TRUE ANSWER : ? YOUR ANSWER : ?
The < small > and < big > tags are special in what way ? They can be repeated None of these They work on anything They are for images only TRUE ANSWER : ? YOUR ANSWER : ?
Which HTML Tag will use to scroll a text in web page? round scroll marquee go TRUE ANSWER : ? YOUR ANSWER : ?
Which tag will add rows to your tables ?<br/>1. < tr > and < /tr ><br/>2. < th > and < /th ><br/>3. < td > and < /td > None of these Option 2 Option 3 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following property is used to determine which drag operation was desired? dropEffect getData dragend captureData TRUE ANSWER : ? YOUR ANSWER : ?
How can you make a list that list the items with numbers ?<br/>1. < ul ><br/>2. < list ><br/>3. < ol > Option 2 None of these Option 3 Option 1 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 3 Option 1 Option 2 Option 4 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. DOCTYPE ATTLIST None of the mentioned DTD TRUE ANSWER : ? YOUR ANSWER : ?
Choose the correct HTML tag to make a text bold<br/>1. < bd ><br/>2. < bold ><br/>3. < bl ><br/>4. < b > Option 3 Option 4 Option 1 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
The main container for < TR >, < TD > and < TH > is.<br/>1. < DATA ><br/>2. < GROUP ><br/>3. < TABLE > None of these Option 1 Option 2 Option 3 TRUE ANSWER : ? YOUR ANSWER : ?