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” > Option 2 Option 3 None of these Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information. None of the mentioned ATTLIST SGML XML TRUE ANSWER : ? YOUR ANSWER : ?
Choose the correct HTML tag for the largest heading.<br/>1. < h1 ><br/>2. < h2 ><br/>3. < h4 ><br/>4. < h6 > Option 4 Option 1 Option 2 Option 3 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 4 Option 2 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 : ?
A/An _________ is essentially a macro that allows a short name to be associated with replacement text. Comment Attribute None of the mentioned Entity TRUE ANSWER : ? YOUR ANSWER : ?
To creat a list using lowercase letters, use<br/>1. < ol "a" ><br/>2. < ol="a" ><br/>3. < ol letter="a" ><br/>4. < ol type="a" > Option 4 Option 1 Option 2 Option 3 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 1 Option 2 Option 3 Option 4 TRUE ANSWER : ? YOUR ANSWER : ?
Which tag will you add to specify a font for your whole page ?<br/>1. < defaultfont ><br/>2. < targetfont ><br/>3. < basefont ><br/>4. < font > Option 4 Option 1 Option 3 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
The main container for < TR >, < TD > and < TH > is.<br/>1. < DATA ><br/>2. < GROUP ><br/>3. < TABLE > Option 2 Option 1 Option 3 None of these TRUE ANSWER : ? YOUR ANSWER : ?