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 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 1. What tag tells where a link start?

a. <begin>
b. <start>
c. <a>
d. <link>

Answer : c

Question 2. Which attribute is used to specify an inline style for an HTML element?

a. style
b. div
c. id
d. class

Answer : a

Question 3. Why should you add alternative text to your images?

a. In case users wish to load a different picture
b. So it will appear as a tool tip when users see the image
c. So users can save the image using the text as a name
d. To describe the content if the image cannot be displayed

Answer : d

Question 4. What is the purpose of the alt attribute on the HTML <IMG> tag

a. To define text to wrap around the image
b. To position an image on the web page
c. To define text that should appear if the image cannot
d. All of these

Answer : c

Question 5. What symbol differentiates most opening tags from closing tags?

a. ;
b. #
c. \
d. /

Answer : d

Question 6. Given "http://www.website.com/pageno.html", what type of url is this?

a. Relative URL
b. Absolute URL
c. IP Address URL
d. Filesystem URL

Answer : b

Question 7. The statement "hex values are the only way to define color" is ...

a. Correct for computer screens that only understand hexadecimal values?
b. Correct for Internet Explorer. Wrong rowsers.for Netscape
c. Wrong. Colors can also be specified with names.

Answer : c

Question 8. In the following example, which type of HTML link is defined? <A href="cats.html">

a. Relative
b. Absolute
c. Both of these
d. Neither of these

Answer : a

Question 9. Which of the following is true about the <!DOCKTYPE> tag?

a. It is deprecated.
b. It is an HTML tag
c. It defines the document type (e.g. HTML, CSS, PHP etc.)
d. It is an instruction to the web browser about what version of Html the page is written in.

Answer : d

Question 10. What is the purpose of this HTML statement? < SCRIPT type="text/javascript">

a. To format text
b. To define an applet
c. To define JavaScript code
d. None of these

Answer : c


Previous<-------------->Next