HTML Codes

HTML Codes

1st - 9th Grade

7 Qs

quiz-placeholder

Similar activities

Text formatting tags

Text formatting tags

9th Grade

10 Qs

HTML - Year 8

HTML - Year 8

7th - 10th Grade

10 Qs

HTML Forms

HTML Forms

6th - 7th Grade

10 Qs

The Structure of a Website

The Structure of a Website

7th Grade

12 Qs

Kuiz HTML

Kuiz HTML

7th Grade

10 Qs

Computer Alpha HTML & CSS

Computer Alpha HTML & CSS

6th Grade

10 Qs

HTML Coding

HTML Coding

9th - 11th Grade

10 Qs

HTML Codes

HTML Codes

1st - 9th Grade

7 Qs

HTML Codes

HTML Codes

Assessment

Quiz

Computers

1st - 9th Grade

Hard

Created by

Thomas Martinez

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does HTML stand for?

Hyper Text Markup Language

Hyperlinks and Text Markup Language

Home Tool Markup Language

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Choose the correct HTML element for the largest heading

<head>

<h1>

<h6>

<heading>

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct HTML for adding a background color?

<background>yellow</background>

<body style="background-color:yellow;">

<body bg="yellow">

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct HTML for creating a hyperlink?

<a name="http://www.w3schools.com">W3Schools.com</a>

<a>http://www.w3schools.com</a>

<a url="http://www.w3schools.com">W3Schools.com</a>

<a href="http://www.w3schools.com">W3Schools</a>

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which character is used to indicate an end tag?

^

<

/

*

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct HTML for inserting an image?

<img src="image.gif"></img>

<image src="image.gif" alt="MyImage"></img>

<img alt="MyImage">image.gif</img>

<img href="image.gif" alt="MyImage"></img>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element defines the title of a document?

<head>

<title>

<meta>