
Q201. What two words should be avoided as link labels on a web page? Answer – “Click here” should be avoided as link labels on a web page. Q202. Fill in the blank: JavaScript is case-_____________. Answer – JavaScript is... Read more

Q176. Why should you avoid using background images in tables in HTML e-mail? Answer – You should avoid using background images in tables in HTML e-mail because Outlook 2007 does not support them. Q177. Fill in the blank: _____________ applications... Read more

Q151. Fill in the blank: ____________ tags surround each item in a select menu. Answer – option tags surround each item in a select menu. Q152. True/False: The fieldset tag is used to divide long select menus into categories of... Read more

Q126. True/False: To add a caption to a table, you use the caption attribute in the opening table tag. Answer – False. Q127. If you include a thead or a tfoot group in your table, you must also include which... Read more

Q101. True/False: A link to a multimedia file is the same as any other link because it also uses the a tag. Answer – True. Q102. What is the purpose of the param tag? Answer – The param tag enables... Read more

Q76. Add the appropriate style declaration to use wallpaper.gif as a background for the web page code shown next. Note that the graphic is in the same folder as the HTML file. Answer – body {background-image: url(“wallpaper.gif”);} Q77. What are... Read more

Q51. Which style sheet property is a better way to add horizontal lines to a page than the hr tag? Answer – The border property is a better way to add horizontal lines to a page. Q52. What does it... Read more

Q26. Fill in the blank: The p tag is an example of a _____________ tag because it contains sections of text. Answer – The p tag is an example of a container tag because it contains sections of text. Q27.... Read more

Q1. What is a web browser? Answer – A web browser is a software program that runs on your computer and enables you to view web pages. Q2. What does HTML stand for? Answer – HTML stands for Hypertext Markup... Read more
Recent Comments