A/An _________ is essentially a macro that allows a short name to be associated with replacement text. Attribute None of the mentioned Comment Entity 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 1 Option 3 Option 2 Option 4 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” > Option 3 Option 1 Option 2 None of these 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 drop preventDefault dataTransfer TRUE ANSWER : ? YOUR ANSWER : ?
The tag which allows you to nest other HTML tags within the description<br/>1. < CAPTION ><br/>2. < TD ><br/>3. < TR > Option 2 None of these Option 3 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
The ______________ parameter identifies a character encoding, which is a method of converting a sequence of bytes into a sequence of characters. element charset class none of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
The _________ event is fired on the element where the drop occurred at the end of the drag operation. drag dragstart drop dragenter TRUE ANSWER : ? YOUR ANSWER : ?
The ________ declaration specifies which characters and delimiters may appear in the application. DTD XML None of the mentioned SGML TRUE ANSWER : ? YOUR ANSWER : ?
The special formatting tag is1. <P>2. <TT>3. <PRE> None of these Option 2 Option 1 Option 3 TRUE ANSWER : ? YOUR ANSWER : ?