HTML review fall

HTML review fall

10th - 12th Grade

18 Qs

quiz-placeholder

Similar activities

Animated Canvas

Animated Canvas

9th - 12th Grade

19 Qs

Operator Aritmetika dan Perbandingan

Operator Aritmetika dan Perbandingan

10th Grade

20 Qs

CS Terms and Vocab Practice Quiz 3

CS Terms and Vocab Practice Quiz 3

7th - 12th Grade

20 Qs

Grade 11 Final Exam

Grade 11 Final Exam

9th - 11th Grade

20 Qs

Bài 22-Kiểu dữ liệu danh sách

Bài 22-Kiểu dữ liệu danh sách

10th Grade

15 Qs

ETİK BİLGİ VE SİBER SUÇLAR

ETİK BİLGİ VE SİBER SUÇLAR

1st - 12th Grade

16 Qs

Computer Hardware - CPU & GPU

Computer Hardware - CPU & GPU

7th Grade - University

16 Qs

Pengenalan Aplikasi Blender

Pengenalan Aplikasi Blender

11th Grade

13 Qs

HTML review fall

HTML review fall

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Jeffery Vann

Used 9+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid HTML tag?

h1

<>

<h1>

>h1<

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

Hidden Text Meta Language

Hyper Text Markup Language

Hidden Theme Markdown Level

Hyper Text Markdown Language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of the <br> tag?

Create a line break on the resulting webpage

Create a horizontal line on the resulting webpage

Italicize text

Bold text

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct HTML code to create a hyperlink that displays and links to google.com?

<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">

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lines of HTML code will insert an image into a webpage?

<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.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following HTML code snippets would produce the following web page:

Apples Bananas Oranges

<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>

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers