DBMS Study Set – Questions And Answers (Well
Detailed)
HTML stands for Right Ans - Hyper Text Markup Language
Does HTML require an hmtl or htm extension? Right Ans - Yes
Do HTML tags always come in pair? Right Ans - No
Are HTML tags case sensitive? Right Ans - No
Does an HTML element require content? Right Ans - No
Does a HTML document requires a head element and a body element?
Right Ans - No
Can an HTML anchor only point to an HTML link? Right Ans - No
Can a table be embedded in a data cell of another table? Right Ans - Yes
Must HTML attribute tags be enclosed in double style quotes? Right Ans -
No
Is <H1> or <H6> a larger header? Right Ans - <H1?
What is the correct comment style for html? Right Ans - <!-- This is a
comment. -->
What is the correct HTML tag for inserting a line break? Right Ans - <br />
What are the HTML tags to make text bold and italic? Right Ans -
<b><i>This is italic and bold</b></i>
What is the HTML tag required for a hyperlink? Right Ans - <a
href="http://www.abc.com">abc</a>
What is the HTML tag required for an email link? Right Ans - <a
href="mailto:xxx@yyy">
, What are the HTML tags for a table? Right Ans - <table><tr><td>
What is the correct HTML to left-align the content inside a table cell? Right
Ans - <td align="left">
What is the correct HTML for inserting an image? Right Ans - <img
src="image.gif" alt="MyImage" />
The following script generates three frames, what is the layout?
<frameset cols="20%,80%">
<frame src="frame_a.htm">
<frameset rows="25%,75%">
<frame src="frame_b.htm">
<frame src="frame_c.htm">
</frameset>
</frameset> Right Ans - One at the left side and two at the right side of the
window
The following HTML script will display a hyperlink "Click here!" in browser. If
the user
clicks the link "Click here", what will happen?
<a href="http://www.somewhere.com/" target="_top">Click here!</a>
Right Ans - Display website "http://www.somewhere.com" in the current
browser window
What HTML creates a hyperlink that can directly jump to the text
"Useful Tips Section"?
<a name="tips">Useful Tips Section</a> Right Ans - <a
href="http://abc.org/abc.html#tips"> Jump to Useful Tips Section</a>
What HTML script generates an inline frame? Right Ans - <iframe
src="inframe.html"></iframe>
What HTML tags are all tags for definition list? Right Ans - <dl><dt><dd>
What HTML tags are all tags for ordered list? Right Ans - <ol><li></ol>
Which HTML element will display space? Right Ans -
Detailed)
HTML stands for Right Ans - Hyper Text Markup Language
Does HTML require an hmtl or htm extension? Right Ans - Yes
Do HTML tags always come in pair? Right Ans - No
Are HTML tags case sensitive? Right Ans - No
Does an HTML element require content? Right Ans - No
Does a HTML document requires a head element and a body element?
Right Ans - No
Can an HTML anchor only point to an HTML link? Right Ans - No
Can a table be embedded in a data cell of another table? Right Ans - Yes
Must HTML attribute tags be enclosed in double style quotes? Right Ans -
No
Is <H1> or <H6> a larger header? Right Ans - <H1?
What is the correct comment style for html? Right Ans - <!-- This is a
comment. -->
What is the correct HTML tag for inserting a line break? Right Ans - <br />
What are the HTML tags to make text bold and italic? Right Ans -
<b><i>This is italic and bold</b></i>
What is the HTML tag required for a hyperlink? Right Ans - <a
href="http://www.abc.com">abc</a>
What is the HTML tag required for an email link? Right Ans - <a
href="mailto:xxx@yyy">
, What are the HTML tags for a table? Right Ans - <table><tr><td>
What is the correct HTML to left-align the content inside a table cell? Right
Ans - <td align="left">
What is the correct HTML for inserting an image? Right Ans - <img
src="image.gif" alt="MyImage" />
The following script generates three frames, what is the layout?
<frameset cols="20%,80%">
<frame src="frame_a.htm">
<frameset rows="25%,75%">
<frame src="frame_b.htm">
<frame src="frame_c.htm">
</frameset>
</frameset> Right Ans - One at the left side and two at the right side of the
window
The following HTML script will display a hyperlink "Click here!" in browser. If
the user
clicks the link "Click here", what will happen?
<a href="http://www.somewhere.com/" target="_top">Click here!</a>
Right Ans - Display website "http://www.somewhere.com" in the current
browser window
What HTML creates a hyperlink that can directly jump to the text
"Useful Tips Section"?
<a name="tips">Useful Tips Section</a> Right Ans - <a
href="http://abc.org/abc.html#tips"> Jump to Useful Tips Section</a>
What HTML script generates an inline frame? Right Ans - <iframe
src="inframe.html"></iframe>
What HTML tags are all tags for definition list? Right Ans - <dl><dt><dd>
What HTML tags are all tags for ordered list? Right Ans - <ol><li></ol>
Which HTML element will display space? Right Ans -