• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar
  • Skip to footer
  • Core Java
  • Design Patterns
  • JSP
  • Servlets
  • Building Tools
  • jQuery
  • Spring
  • Hibernate
  • Mongo DB
  • More
    • HTML
    • SCJP
    • AJAX
    • UML
    • Struts
    • J2EE
    • Testing
    • Angular JS

J2EE Reference

  • Home
  • About Us
    • Java Learning Centers
  • Contact Us

HTML QUIZ

February 11, 2013 By j2eereference Leave a Comment

HTML QUIZ

Start
Congratulations - you have completed HTML QUIZ. You scored %%SCORE%% out of %%TOTAL%%. Your performance has been rated as %%RATING%%
Your answers are highlighted below.
Question 1
What does HTML stand for?
A
Home Tool Markup Language
B
Hyper Text Markup Language
C
Hyperlinks and Text Markup Language
D
Hyper Tool Markup Language
Question 2
Which tags are most commonly used by search engines?
A
Heading
B
Title
C
Paragrah
D
All of above
Question 3
What is the attribute for <image> tag?
A
pt
B
url
C
path
D
src
Question 4
Who is making the Web standards?
A
Microsoft
B
Mozilla
C
The World Wide Web Consortium
D
IBM
Question 5

How can we resize the image?

A
Using resize attribute
B
Using height and width
C
Using size attribute
D
Using rs attribute
Question 6

What attribute is used to specify number of rows?

A
Rownum
B
Rownumb
C
rn
D
Rowspan
Question 7
Which of the following tags below are used for a multi-line text input control?
A
textml tag
B
text tag
C
textarea tag
D
Both b and c above
Question 8

What is cell padding?

A
Used to separate cell walls from their contents.
B
Used to set space between cells
C
Both a and b above
D
Used to provide width to a cell
Question 9
What are <div> tags used for?
A
To replace paragraphs. i.e. p tags
B
To logically divide the paragraphs
C
To logically divide the document
D
To provide space between tables
Question 10
Each list item in an ordered or unordered list has which tag?
A
list tag
B
ls tag
C
li tag
D
ol tag
Question 11
What is the correct HTML for creating a hyperlink?
A
j2eereference.com
B
j2eereference
C
j2eereference.com
D
http://209.97.166.197
Question 12
What are meta tags used for?
A
To store information usually relevant to browsers and search engines.
B
To only store information usually relevant to browsers
C
To only store information about search engines.
D
To store information about external links
Question 13
How can you open a link in a new browser window?
A
B
C
D
None of the above
Question 14
What is the correct HTML for making a drop-down list?
A
B
C
D
Question 15
What is the correct HTML for making a text area?
A
B