HTML Quiz

HTML Quiz

9th Grade

25 Qs

quiz-placeholder

Similar activities

JavaScript Basics Review

JavaScript Basics Review

7th - 12th Grade

20 Qs

CSS Basics

CSS Basics

6th - 12th Grade

21 Qs

HTML (Tables &  Frames)

HTML (Tables & Frames)

9th Grade

20 Qs

HTML Forms

HTML Forms

9th - 12th Grade

20 Qs

HTML Basics Quiz

HTML Basics Quiz

9th - 12th Grade

20 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

20 Qs

uCertify Lesson 2 Quiz Site Delivery Associate

uCertify Lesson 2 Quiz Site Delivery Associate

8th - 12th Grade

20 Qs

4.01 Quiz B

4.01 Quiz B

9th - 12th Grade

20 Qs

HTML Quiz

HTML Quiz

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Erick Hanson

Used 56+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This should be at the top of every web page we write.

<head>

<title>

<!DOCTYPE html>

<html>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is where information ABOUT the web page goes.

<head>

<title>

<style>

<body>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is where content that appears on the screen of a web page goes.

<head>

<title>

<p>

<body>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This tag create a line that extends across the entire page.

<p>

<body>

<h1>

<hr>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tag is used to separate text into paragraphs.

<body>

<a>

<p>

<b>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you code text to appear like this:


The best thing about 2020 is getting to use Zoom for 14 hours a day.

The <b>best thing about 2020 is getting to use Zoom for <i>14 hours a day.

The "b"best thing"/b" about 2020 is getting to use Zoom for "/i"14 hours a day"/i".

The <b>best</b> thing about 2020 is getting to use Zoom for <i>14 hours</i> a day.

The <b>best thing</b> about 2020 is getting to use Zoom for <i>14 hours a day</i>.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to create hyperlinks?

<a>

<b>

<c>

<d>

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?