Html Quiz HTML Quiz 1 / 15What is the purpose of the HTML tag? To define metadata about an HTML document To insert media files To create hyperlinks To define a list 2 / 15What is the correct HTML for adding a background color to a page? Tag: bg color="" Tag: background color="" Tag: color Tag: body style="background-color:" 3 / 15Which HTML tag is used to define a footer in a web page? Tag: foot Tag: footer Tag: bottom Tag: end 4 / 15Which HTML tag is used to define the main content of a web page? Tag: content Tag: article Tag: main Tag: section 5 / 15Which tag is used to define a paragraph in HTML? Tag: para Tag: p Tag: text Tag: paragraph 6 / 15What is the correct HTML tag for the largest heading? heading h6 h1 heading 6 7 / 15What does the "alt" attribute in the tag specify? Altitude of the image Alternative text for an image Alignment of the image Alternate source for the image 8 / 15What is the correct HTML for inserting an image? img href="image.jpg" alt="Image" image src="image.jpg" alt="Image" img src="image.jpg" alt="Image" picture src="image.jpg" alt="Image" 9 / 15What is the correct HTML for creating a hyperlink to another website? <a>Link</a> Link http://www.example.com <a href="http://www.example.com">Link</a> 10 / 15Which attribute is used to define inline styles in HTML? style class id format 11 / 15Which tag is used to define a table row in HTML? <td> <tr> <table> <th> 12 / 15Which tag is used to define a hyperlink in HTML? Tag: link Tag: a href="" Tag: href Tag: hyperlink 13 / 15What is the correct HTML tag for inserting a line break? Tag: hyperlink Tag: br Tag: linebreak Tag: lb 14 / 15What does HTML stand for? Hyper Text Markup Language High Tech Markup Language Home Tool Markup Language Hyperlink and Text Markup Language 15 / 15Which tag is used to define an unordered list in HTML? <ol> <li> <ul> <dl> Your score isThe average score is 72% 0% Restart quiz