HTML Codes

HTML Codes

1st - 9th Grade

7 Qs

quiz-placeholder

Similar activities

HTML - Tags, elements, tables and images

HTML - Tags, elements, tables and images

7th - 9th Grade

12 Qs

Class 7 HTML

Class 7 HTML

5th - 7th Grade

10 Qs

HTML basics

HTML basics

5th - 10th Grade

10 Qs

Text formatting tags

Text formatting tags

9th Grade

10 Qs

HTML ÖĞRENİYORUM 1

HTML ÖĞRENİYORUM 1

5th Grade

10 Qs

HTML Coding

HTML Coding

9th - 11th Grade

10 Qs

HTML Quiz <html>

HTML Quiz <html>

4th - 8th Grade

10 Qs

HTML Basics

HTML Basics

7th - 10th Grade

10 Qs

HTML Codes

HTML Codes

Assessment

Quiz

Computers

1st - 9th Grade

Medium

Created by

Perry Golightly

Used 53+ times

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>