Which of the following is a valid HTML tag?
<h1>
Web Design Review
Flashcard
•
Computers
•
9th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview
23 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which of the following is a valid HTML tag?
Back
2.
FLASHCARD QUESTION
Front
Which of the following is an example of metadata about a webpage? The title of the webpage, The body of the webpage, An <h1> tag on the webpage, All of the above
Back
The title of the webpage
3.
FLASHCARD QUESTION
Front
What is the function of the
tag?
Back
Create a line break on the resulting webpage
4.
FLASHCARD QUESTION
Front
Which of the following is the correct HTML code to create a hyperlink that displays Click Me and links to google.com?
Back
5.
FLASHCARD QUESTION
Front
Which of the following lines of HTML code will insert an image into a webpage? <img> src="https://codehs.com/static/img/logo.png" </img>, <img> src="https://codehs.com/static/img/logo.png" </img>, <img src="https://codehs.com/static/img/logo.png">, <img https://codehs.com/static/img/logo.png>
Back
<img src="https://codehs.com/static/img/logo.png">
6.
FLASHCARD QUESTION
Front
Which of the following HTML code snippets would produce the following web page:
Back
7.
FLASHCARD QUESTION
Front
Which of the following tags defines a table row? <table>, <tr>, <th>, <td>
Back
<tr>