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. DOCTYPE ATTLIST None of the mentioned DTD 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 3 Option 2 Option 1 Option 4 TRUE ANSWER : ? YOUR ANSWER : ?
All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information. XML SGML None of the mentioned ATTLIST TRUE ANSWER : ? YOUR ANSWER : ?
The tag which allows some Web server search engines to search your Web page.<br/>1. < SEARCH ><br/>2. < ISINDEX ><br/>3. < HEAD ><br/>4. < LINK > Option 1 Option 3 Option 4 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
_____________ in textboxes and selections on web pages is done automatically, so you do not need to handle dragging yourself. Dragging HTML and XML Dragging Files Dragging Text Dragging Links TRUE ANSWER : ? YOUR ANSWER : ?
The __________ begins with a series of parameter entity definitions. DTD None of the mentioned SGML XML 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 2 None of these Option 3 Option 1 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 3 Option 1 Option 4 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
Which attribute you’ll use with TD tag to merge two cells horizontally? colspan=2 rowspan=2 merge=colspan2 merge=row2 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following property is common in all drag events? dataTransfer dragenter drag data drag effects TRUE ANSWER : ? YOUR ANSWER : ?