|
Que No. 1 ) What does HTML stand for?..
A.) Hyperlinks and Text Markup Language
B.) Hyper Text Markup Language
C.) Home Tool Markup Language
D.) High-level Text Markup Language
|
Que No. 2 ) Which HTML tag is used to define the document's title?
A.) header
B.) title
C.) head
D.) h1
|
Que No. 3 ) Which HTML element represents the largest heading?
A.) h6
B.) heading
C.) h1
D.) head
|
Que No. 4 ) Which HTML attribute is used to define a unique identifier for an element?
A.) id
B.) class
C.) name
D.) identifier
|
Que No. 5 ) Which HTML tag is used to create a hyperlink?
A.) link
B.) a
C.) href
D.) hyperlink
|
Que No. 6 ) Which attribute is used to open the link in a new tab or window?
A.) target
B.) new
C.) _blank
D.) window
|
Que No. 7 ) What is the correct HTML for adding an image?
A.) img href="image.jpg"
B.) img src="image.jpg"
C.) image src="image.jpg"
D.) image href="image.jpg"
|
Que No. 8 ) Which tag is used to create an unordered list in HTML?
A.) list
B.) ol
C.) ul
D.) dl
|
Que No. 9 ) Which HTML tag is used to add a line break?
A.) break
B.) lb
C.) br
D.) newline
|
Que No. 10 ) Which attribute is used to define the alternative text for an image?
A.) alt
B.) alttext
C.) alt
D.) text
|