HTML Structuring Websites

HTML Structuring Websites

Assessment

Flashcard

Other

8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

13 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which of the following is a valid HTML tag? h1, <>, <h1>, >h1<

Back

<h1>

2.

FLASHCARD QUESTION

Front

What does HTML stand for?

Back

Hyper Text Markup Language

3.

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

tag on the webpage, All of the above

Back

The title of the webpage

4.

FLASHCARD QUESTION

Front

What is the function of the
tag?

Back

Create a line break on the resulting webpage

5.

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? Options: <a href="https://google.com"> Click Me </a>, <a href="Click Me"> https://google.com </a>, Click Me <a>https://google.com</a>, <a> Click Me </a href="https://google.com">

Back

<a href="https://google.com"> Click Me </a>

6.

FLASHCARD QUESTION

Front

Which of the following lines of HTML code will insert an image into a webpage? Options: <img> 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>

7.

FLASHCARD QUESTION

Front

Which of the following HTML code snippets would produce the following web page? Options: <ul> Apples Bananas Oranges </ul>, <ol> Apples Bananas Oranges </ol>, <ul> <li>Apples</li> <li>Bananas</li> <li>Oranges</li> </ul>, <ol> <li>Apples</li> <li>Bananas</li> <li>Oranges</li> </ol>

Back

<ul> <li>Apples</li> <li>Bananas</li> <li>Oranges</li> </ul>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?