The tag which is used to establish the absolute base for relative URLs used in the documents hypertext links.<br/>1. < BODY ><br/>2. < TITLE ><br/>3. < BASE ><br/>4. < BR > Option 1 Option 2 Option 4 Option 3 TRUE ANSWER : ? YOUR ANSWER : ?
What is the correct HTML for creating a hyperlink ?<br/>1. < a >http://www.examians.com< /a ><br/>2. < a name=”http://www.examians.com” > examians.com< /a ><br/>3. < a url=”http://www.examians.com > examians.com< /a ><br/>4. < a href=http://www.examians.com > examians.com< /a > Option 4 Option 3 Option 2 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 2 Option 4 Option 3 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
To created a bulleted list, use<br/>1. < ol ><br/>2. < ul ><br/>3. < il > Option 2 Option 3 Option 1 None of these TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is underline tag ?<br/>1. < PRE ><br/>2. < UL ><br/>3. < U ><br/>4. < HR > Option 1 Option 4 Option 3 Option 2 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. DTD DOCTYPE None of the mentioned ATTLIST TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following property is common in all drag events? drag data drag effects dataTransfer dragenter 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 4 Option 3 Option 1 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
The __________ defines the syntax of markup constructs and include additional definitions such as character entity references. Elements SGML Attributes DTD TRUE ANSWER : ? YOUR ANSWER : ?
Which event is fired as the mouse is moving over an element when a drag is occurring? dragstart dragover dragleave dragenter TRUE ANSWER : ? YOUR ANSWER : ?