What is the correct HTML code for inserting an image ?
1. <img>image.gif</img>
2. <img href=”image.gif/>
3. <img src=”image.gif”>
What is the correct HTML code for inserting an image ?
1. <img>image.gif</img>
2. <img href=”image.gif/>
3. <img src=”image.gif”>
The tag used for creating hypertext and hypermedia links is.
1. <HR>
2. <BR>
3. <PRE>
4. <A>
The tag used for creating hypertext and hypermedia links is.
1. <HR>
2. <BR>
3. <PRE>
4. <A>
The tag for title text for rows and columns is
1. <TD>
2. <TR>
3. <TH>
The tag for title text for rows and columns is
1. <TD>
2. <TR>
3. <TH>
The tag which allows you to nest other HTML tags within the description
1. <CAPTION>
2. <TD>
3. <TR>
The tag which allows you to nest other HTML tags within the description
1. <CAPTION>
2. <TD>
3. <TR>
What kind of list will <ol> tags create ?
What kind of list will <ol> tags create ?
How can you make a list that list the items with numbers ?
1. <ul>
2. <list>
3. <ol>
How can you make a list that list the items with numbers ?
1. <ul>
2. <list>
3. <ol>
The special formatting tag is
1. <P>
2. <TT>
3. <PRE>
The special formatting tag is
1. <P>
2. <TT>
3. <PRE>
A model group contains the names of the elements that a tag may enclose.
A model group contains the names of the elements that a tag may enclose.
Which attribute you’ll use with TD tag to merge two cells horizontally?
Which attribute you’ll use with TD tag to merge two cells horizontally?
All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information.
All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information.
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.
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.
Which HTML Tag will use to scroll a text in web page?
Which HTML Tag will use to scroll a text in web page?
_____________ in textboxes and selections on web pages is done automatically, so you do not need to handle dragging yourself.
_____________ in textboxes and selections on web pages is done automatically, so you do not need to handle dragging yourself.
Choose the correct HTML tag to left-align the content inside a table cell
1. <td leftalign>
2. <td align=”left”>
3. <td valign=”left”>
4. <td="left">
Choose the correct HTML tag to left-align the content inside a table cell
1. <td leftalign>
2. <td align=”left”>
3. <td valign=”left”>
4. <td="left">
The __________ begins with a series of parameter entity definitions.
The __________ begins with a series of parameter entity definitions.
The <BASE> tag is designed to appear only between
1. <BODY>
2. <HEAD>
3. <TITLE>
4. <PRE>
The <BASE> tag is designed to appear only between
1. <BODY>
2. <HEAD>
3. <TITLE>
4. <PRE>
The tag which is used to establish the absolute base for relative URLs used in the documents hypertext links.
1. <BODY>
2. <TITLE>
3. <BASE>
4. <BR>
The tag which is used to establish the absolute base for relative URLs used in the documents hypertext links.
1. <BODY>
2. <TITLE>
3. <BASE>
4. <BR>
Choose the correct HTML tag to make a text bold
1. <bd>
2. <bold>
3. <bl>
4. <b>
Choose the correct HTML tag to make a text bold
1. <bd>
2. <bold>
3. <bl>
4. <b>
______________ 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.
______________ 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.
Which event is fired as the mouse is moving over an element when a drag is occurring?
Which event is fired as the mouse is moving over an element when a drag is occurring?
The ________ declaration specifies which characters and delimiters may appear in the application.
The ________ declaration specifies which characters and delimiters may appear in the application.
Which tag adds a paragraph break after the text ?
1. <BR>
2. <P>
3. <PARAGRAPH>
4. <HR>
Which tag adds a paragraph break after the text ?
1. <BR>
2. <P>
3. <PARAGRAPH>
4. <HR>
HTML tags are recognized by
1. <!
2. <= =>
3. < >
HTML tags are recognized by
1. <!
2. <= =>
3. < >
<P> is called
<P> is called
Which tag will add rows to your tables ?
1. <tr> and </tr>
2. <th> and </th>
3. <td> and </td>
Which tag will add rows to your tables ?
1. <tr> and </tr>
2. <th> and </th>
3. <td> and </td>
The main container for <TR>, <TD> and <TH> is.
1. <DATA>
2. <GROUP>
3. <TABLE>
The main container for <TR>, <TD> and <TH> is.
1. <DATA>
2. <GROUP>
3. <TABLE>
Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location.
Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location.
A listener for the dragenter and dragover events are used to indicate valid drop targets, that is, places where dragged items may be dropped.
A listener for the dragenter and dragover events are used to indicate valid drop targets, that is, places where dragged items may be dropped.
_____________ and elements in a document may be dragged using the application/x-moz-node type.
_____________ and elements in a document may be dragged using the application/x-moz-node type.
The _________ event is fired on the element where the drop occurred at the end of the drag operation.
The _________ event is fired on the element where the drop occurred at the end of the drag operation.
The __________ defines the syntax of markup constructs and include additional definitions such as character entity references.
The __________ defines the syntax of markup constructs and include additional definitions such as character entity references.
A/An _________ is essentially a macro that allows a short name to be associated with replacement text.
A/An _________ is essentially a macro that allows a short name to be associated with replacement text.
Which one is the correct e-mail link ?
1. <a href=”mailto:examveda@gmail.com”>
2. <mail>examveda@gmail</mail>
3. <a href=”examveda@gmail”>
4. <href=”examveda@gmail”>
Which one is the correct e-mail link ?
1. <a href=”mailto:examveda@gmail.com”>
2. <mail>examveda@gmail</mail>
3. <a href=”examveda@gmail”>
4. <href=”examveda@gmail”>
Which of the following property is common in all drag events?
Which of the following property is common in all drag events?
Choose the correct HTML tag for the largest heading.
1. <h1>
2. <h2>
3. <h4>
4. <h6>
Choose the correct HTML tag for the largest heading.
1. <h1>
2. <h2>
3. <h4>
4. <h6>
The tag which allows some Web server search engines to search your Web page.
1. <SEARCH>
2. <ISINDEX>
3. <HEAD>
4. <LINK>
The tag which allows some Web server search engines to search your Web page.
1. <SEARCH>
2. <ISINDEX>
3. <HEAD>
4. <LINK>
To start a list at the count of 3, use
1. <ol begin="3">
2. <ol list="3">
3. <ol start="3">
4. <ol num="3">
To start a list at the count of 3, use
1. <ol begin="3">
2. <ol list="3">
3. <ol start="3">
4. <ol num="3">
What is the correct HTML for creating a hyperlink ?
1. <a>http://www.examveda.com</a>
2. <a name=”http://www.examveda.com”> examveda.com</a>
3. <a url=”http://www.examveda.com> examveda.com</a>
4. <a href=http://www.examveda.com> examveda.com</a>
What is the correct HTML for creating a hyperlink ?
1. <a>http://www.examveda.com</a>
2. <a name=”http://www.examveda.com”> examveda.com</a>
3. <a url=”http://www.examveda.com> examveda.com</a>
4. <a href=http://www.examveda.com> examveda.com</a>
Which tag will you add to specify a font for your whole page ?
1. <defaultfont>
2. <targetfont>
3. <basefont>
4. <font>
Which tag will you add to specify a font for your whole page ?
1. <defaultfont>
2. <targetfont>
3. <basefont>
4. <font>
Which of the following property is used to determine which drag operation was desired?
Which of the following property is used to determine which drag operation was desired?
To created a bulleted list, use
1. <ol>
2. <ul>
3. <il>
To created a bulleted list, use
1. <ol>
2. <ul>
3. <il>
Which tag can set the background color for your page ?
1. <body>
2. <font>
3. <head>
4. <title>
Which tag can set the background color for your page ?
1. <body>
2. <font>
3. <head>
4. <title>
The ______________ parameter identifies a character encoding, which is a method of converting a sequence of bytes into a sequence of characters.
The ______________ parameter identifies a character encoding, which is a method of converting a sequence of bytes into a sequence of characters.
The first tag inside <TABLE> tag is
1. <HEAD>
2. <CAPTION>
3. <TH>
4. <TD>
The first tag inside <TABLE> tag is
1. <HEAD>
2. <CAPTION>
3. <TH>
4. <TD>
Which of the following is underline tag ?
1. <PRE>
2. <UL>
3. <U>
4. <HR>
Which of the following is underline tag ?
1. <PRE>
2. <UL>
3. <U>
4. <HR>
To creat a list using lowercase letters, use
1. <ol "a">
2. <ol="a">
3. <ol letter="a">
4. <ol type="a">
To creat a list using lowercase letters, use
1. <ol "a">
2. <ol="a">
3. <ol letter="a">
4. <ol type="a">
Which of the following is not a valid alignment attribute?
Which of the following is not a valid alignment attribute?
What is the correct HTML tag for inserting a linebreak ?
1. <break>
2. <lb>
3. <pre>
4. <br>
What is the correct HTML tag for inserting a linebreak ?
1. <break>
2. <lb>
3. <pre>
4. <br>
The <small> and <big> tags are special in what way ?
The <small> and <big> tags are special in what way ?