What does HTML stand for? - -Hyper Text Markup Language
Who is making the Web standards? - -The World Wide Web Consortium
What is the correct HTML element for the largest heading? - -<h1>
What is the correct HTML element for inserting a line break? - -<br>
What is the correct HTML for adding a background color? - -<body
style="background-color:yellow;">
What is the correct HTML element to define important text? - -<strong>
What is the correct HTML element to define emphasized text? - -<em>
What is the correct HTML for creating a hyperlink? - -<a
href="http://www.w3schools.com">W3Schools</a>
Which character is used to indicate an end tag? - -/
How can you open a link in a new tab/browser window? - -<a href="url"
target="_blank">
Which of these elements are all <table> elements? - -<table><tr><td>