HTML Flashcards
What does HTML stand for?
Hypertext Markup Language
What does HTML stand for?
Hypertext Markup Language
Who is making the Web standards?
The World Wide Web Consortium
What is the correct HTML element for the largest heading
<h1></h1>
What is the correct HTML element for inserting a line break?
<br></br>
What is the correct HTML for adding a background color?
What is the correct HTML element to define important text
<strong></strong>
What is the correct HTML element to define emphasized text?
<em></em>
What is the correct HTML for creating a hyperlink?
<a>W3Schools</a>
Which character is used to indicate an end tag?
/
How can you open a link in a new tab/browser window?
<a></a>
List all table elements
, , , , , ,
Inline elements are normally displayed without starting a new line (True or False)?
True
How can you make a numbered list?
<ol></ol>
How can you make a bulleted list?
<ul></ul>