"CodingGita HTML Quiz"

“Answer the following 10 questions. Select only one option for each question and submit your answers.”


Q1: What does HTML stand for ? Hypertext Markup Language
Hypertext Machine Language
Hyperlink and text Markup Language
Home Tool Markup Language


Q2:Which tag is used to insert an image? < link >
< img >
< src >
< image >


Q3: Which element is used to create a hyperlink? < a >
< link >
< href >
< url >


Q4: Which tag is used to define an unordered list in HTML? < ol >
< ul >
< li >
< list >


Q5: Which attribute is used to specify the URL of a link? href
src
link
url


Q6: Which tag is used to define a table row in HTML? < tr >
< td >
< th >
< table >


Q7: Which tag is used to define a table header in HTML? < tr >
< td >
< th >
< table >


Q8: Which tag is used to define a table cell in HTML? < tr >
< td >
< th >
< table >


Q9: Which tag is used to define a division or a section in HTML? < div >
< section >
< article >
< span >


Q10: Which tag is used to define a paragraph in HTML? < p >
< para >
< text >
< paragraph >