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 : ?
A model group contains the names of the elements that a tag may enclose. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which HTML Tag will use to scroll a text in web page? marquee round go scroll 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 > Option 2 Option 3 Option 1 None of these TRUE ANSWER : ? YOUR ANSWER : ?
The < small > and < big > tags are special in what way ? They are for images only They can be repeated None of these They work on anything 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. True False 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 2 Option 3 TRUE ANSWER : ? YOUR ANSWER : ?
_____________ and elements in a document may be dragged using the application/x-moz-node type. Dragging Text Dragging Nodes Dragging HTML and XML None of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
The ________ declaration specifies which characters and delimiters may appear in the application. DTD None of the mentioned SGML XML 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 4 Option 1 Option 2 Option 3 TRUE ANSWER : ? YOUR ANSWER : ?