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 71-80
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 61. What is deprecated Html element or attribute?
a. A feature that has more than one define use.
b. An underused feature that is only used by experts.
c. A feature that can only be used once in the HTML document.
d. An outdated feature that may become obsolete in future versions of HTML.
Answer : d
Question 62. Which is NOT a predefined target for links?
a. _son
b. _parent
c. _blank
d. _self
Answer : a
Question 63. Which HTML element is used to draw graphics via scripting?
a. <div>
b. <span>
c. <canvas>
d. <script>
Answer : c
Question 64. Which two HTML elements must be present in a nested unordered list?
a. <LI> and <H1>
b. <UL> <OL>
c. <OL> <LI>
d. <>UL <LI>
Answer : d
Question 65. Which element is used to embed video content in an HTML5 document?
a. <videoplayer>
b. <player>
c. <video>
d. <vid>
Answer : c
Question 66. In which way can an HTML ordered list be ordered?
a. numerical
b. alphabetical
c. Both of these
d. Neither of these
Answer : c
Question 67. What does the following HTML statement do? <META name="robots" content="NOINDEX"/>
a. Keeps other web designers from changing the page.
b. Tells search engines not to index the page.
c. Informs spam filters that your code is safe.
d. Informs antivirus programs that your code is safe.
Answer : b sent?
Question 68. Which <from> element attribute is used to control where the input values ar
a. destination
b. deposit
c. method
d. goto
e. action
Answer : e
Question 69. Which HTML tag do you use to format text like computer code?
a. <VAR>
b. <LI>
c. <CODE>
d. <FORM>
Answer : c
Question 70. <script> tags may only go in between the <head> tags
a. True
b. False
Answer : b
|
|