HTML tags are recognized by<br/>1. <!<br/>2. <= =><br/>3. < > None of these Option 1 Option 3 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
The __________ begins with a series of parameter entity definitions. XML DTD SGML None of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
The tag used for creating hypertext and hypermedia links is.<br/>1. < HR ><br/>2. < BR ><br/>3. < PRE ><br/>4. < A > Option 2 Option 1 Option 3 Option 4 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following property is common in all drag events? drag effects dataTransfer dragenter drag data TRUE ANSWER : ? YOUR ANSWER : ?
To created a bulleted list, use<br/>1. < ol ><br/>2. < ul ><br/>3. < il > None of these Option 2 Option 1 Option 3 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 1 Option 2 None of these Option 3 TRUE ANSWER : ? YOUR ANSWER : ?
All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information. ATTLIST XML SGML None of the mentioned 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. charset element class none of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
The < BASE > tag is designed to appear only between<br/>1. < BODY ><br/>2. < HEAD ><br/>3. < TITLE ><br/>4. < PRE > Option 1 Option 4 Option 3 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location. drop preventDefault dataTransfer drag TRUE ANSWER : ? YOUR ANSWER : ?