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 : ?
The __________ begins with a series of parameter entity definitions. DTD XML SGML 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 : ?
Which tag adds a paragraph break after the text ?<br/>1. < BR ><br/>2. < P ><br/>3. < PARAGRAPH ><br/>4. < HR > Option 2 Option 1 Option 4 Option 3 TRUE ANSWER : ? YOUR ANSWER : ?
Which attribute you’ll use with TD tag to merge two cells horizontally? merge=colspan2 colspan=2 merge=row2 rowspan=2 TRUE ANSWER : ? YOUR ANSWER : ?
Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location. drop preventDefault dataTransfer drag TRUE ANSWER : ? YOUR ANSWER : ?
What kind of list will < ol > tags create ? None of these Numbered list Unordered list Bulleted list TRUE ANSWER : ? YOUR ANSWER : ?
To created a bulleted list, use<br/>1. < ol ><br/>2. < ul ><br/>3. < il > Option 2 None of these Option 1 Option 3 TRUE ANSWER : ? YOUR ANSWER : ?
Which HTML Tag will use to scroll a text in web page? scroll go round marquee TRUE ANSWER : ? YOUR ANSWER : ?