HTML Quiz 1-10
HTML Quiz 11-20
HTML Quiz 21-30
HTML Quiz 31-40
HTML Quiz 41-50
HTML Quiz 51-60
HTML Quiz 61-70
HTML Quiz 81-90
Computer Skill
Quiz
MS Word Quiz and
Answer
MS Excel Quiz
and Answer
MS
PowerPoint Quiz and Answer
Adobe
Photoshop Quiz and Answer
Adobe Illustrator Quiz and Answer
Logo
Design Quiz and Answer
|
Question 71. Unless specifically styled, HTML unordered list items are typically rendered with.....
a. slashes.
b. bullets.
c. hashtags.
d. numbers
Answer : b
Question 72. Which of these is not a <img> attribute?
a. size
b. height
c. width
d. alt
Answer : a
Question 73. Which one of these answers woould embed "flash.swf" into your web page?
a. <SWF src="flash.swf" height="70" width="70">
b. <insert src="flash.swf" height="70" width="70">
c. <embed src="flash.swf" height="70" width="70">
d. <flashembed src="flash.swf" height="70" width="70">
Answer : c
Question 74. What is the purpose of the HTML <EM> tag?
a. To define external interactive content
b. To define a caption
c. To define emphasized text
d. To define a body element
Answer : c
Question 75. Which HTML form attribute do you use to define where to send the form data?
a. name
b. action
c. checked
d. All of these
Answer : b
Question 76. What does an HTML <A> element need the href attribute set to in order to open the clients email application when clicked?
a. emailto:user@company.com
b. http://emailto:user@company.com
c. mail:user@company.com
d. mailto:user@company.com
Answer : d
Question 77. WHich HTML tag is an inline element?
a. <ul>
b. <div>
c. <span>
d. <p>
Answer : c
Question 78. Which attribute is used to format the HTML <IMG> tag?
a. type
b. action
c. frame
d.Nnone of these
Answer : d
Question 79. Which HTML is not used when formatting text?
a. <P>
b. <STRONG>
c. <IMG>
d. <SMALL>
Answer : c
Question 80. Which of these tags would produce a box with the following characteristic: when the viewer typed into it would show all the characters as little dots?
a. <input type="password">
b. <input type="text">
c. <input type="radio">
d. <input type="checkbox">
Answer : a
|
|