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 4 OPtion 2 Option 3 Option 1 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 2 Option 3 Option 4 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
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 : ?
A/An _________ is essentially a macro that allows a short name to be associated with replacement text. Comment Entity Attribute None of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
How can you make a list that list the items with numbers ?<br/>1. < ul ><br/>2. < list ><br/>3. < ol > Option 3 Option 2 None of these Option 1 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 3 Option 1 Option 2 Option 4 TRUE ANSWER : ? YOUR ANSWER : ?
_____________ and elements in a document may be dragged using the application/x-moz-node type. Dragging HTML and XML None of the mentioned Dragging Text Dragging Nodes 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 3 Option 1 Option 2 None of these TRUE ANSWER : ? YOUR ANSWER : ?
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 3 Option 2 Option 4 TRUE ANSWER : ? YOUR ANSWER : ?
A model group contains the names of the elements that a tag may enclose. False True TRUE ANSWER : ? YOUR ANSWER : ?