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 case-sensitive. Q203. Name two ways JavaScript differs from standard HTML. Answer – JavaScript is case-sensitive; […]
Tag: html mcq
HTML – Questions With Answers – 176 to 200 Questions – SET 8
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 create graphics using tiny dots. Answer – Bitmap applications create graphics using tiny dots. Q178. […]
HTML – Questions With Answers – 151 to 175 Questions – SET 7
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 submenus. Answer – False. Q153. Which attribute is added to the form tag to give […]
HTML – Questions With Answers – 126 to 150 Questions – SET 6
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 other group? Answer – If you include a thead or tfoot group in your table, […]
HTML – Questions With Answers – 101 to 125 Questions – SET 5
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 you to add any additional attributes for multimedia embedded with the object tag. Q103. Which […]
HTML – Questions With Answers – 76 to 100 Questions – SET 4
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 the four possible values of the clear property (used to clear floats)? Answer – Left, […]
HTML – Questions With Answers – 51 to 75 Questions – SET 3
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 mean when tags are deprecated by the W3C? Answer – This means the W3C has […]
HTML – Questions With Answers – 26 to 50 Questions – SET 2
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. What symbols must start and end all HTML tags? Answer – Left and right angle […]
HTML – Questions With Answers – 1 to 25 Questions – SET 1
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 Language. Q3. Identify the various parts of the following URL: http://www.mcgrawhill.com/books/webdesign/favorites.html ___________://___________________/___________/___________/_______________ Answer – The […]