Which attribute you’ll use with TD tag to merge two cells horizontally? merge=colspan2 rowspan=2 colspan=2 merge=row2 TRUE ANSWER : ? YOUR ANSWER : ?
The ________ declaration specifies which characters and delimiters may appear in the application. XML None of the mentioned SGML DTD 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 2 Option 3 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 2 Option 4 Option 3 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
The < small > and < big > tags are special in what way ? They can be repeated They work on anything They are for images only None of these TRUE ANSWER : ? YOUR ANSWER : ?
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 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 2 Option 3 Option 4 Option 1 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. ATTLIST None of the mentioned DTD DOCTYPE TRUE ANSWER : ? YOUR ANSWER : ?
The __________ defines the syntax of markup constructs and include additional definitions such as character entity references. DTD Attributes SGML Elements TRUE ANSWER : ? YOUR ANSWER : ?