Choose the correct HTML tag to left-align the content inside a table cell<br/>1. < td leftalign ><br/>2. < td align=”left” ><br/>3. < td valign=”left” ><br/>4. < td="left" > Option 1 Option 2 Option 4 Option 3 TRUE ANSWER : ? YOUR ANSWER : ?
To start a list at the count of 3, use<br/>1. < ol begin="3" ><br/>2. < ol list="3" ><br/>3. < ol start="3" ><br/>4. < ol num="3" > OPtion 2 Option 3 Option 4 Option 1 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 : ?
The first tag inside < TABLE > tag is<br/>1. < HEAD ><br/>2. < CAPTION ><br/>3. < TH ><br/>4. < TD > Option 3 Option 1 Option 4 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
______________ should include data of two types; the first should be the URL using the type text/uri-list, and the second is the URL using the text/plain type. Dragging Files Dragging HTML and XML Dragging Links Dragging Text TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following property is used to determine which drag operation was desired? dragend dropEffect getData captureData TRUE ANSWER : ? YOUR ANSWER : ?
The ________ declaration specifies which characters and delimiters may appear in the application. DTD SGML XML None of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
The __________ defines the syntax of markup constructs and include additional definitions such as character entity references. DTD Elements SGML Attributes 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 : ?