HTML Codes

HTML Codes

1st - 9th Grade

7 Qs

quiz-placeholder

Similar activities

Web Development

Web Development

8th Grade

7 Qs

HTML

HTML

KG - Professional Development

8 Qs

PRUEBA DEL TERCER PARCIAL DE  8VO SHANDY

PRUEBA DEL TERCER PARCIAL DE 8VO SHANDY

8th Grade

10 Qs

Daily Class Opener 01 - HTML and CSS Intro

Daily Class Opener 01 - HTML and CSS Intro

9th - 12th Grade

10 Qs

Основы HTML

Основы HTML

9th Grade

8 Qs

Grade VIII : HTML Basics 29062020

Grade VIII : HTML Basics 29062020

8th Grade

10 Qs

Year 8 HTML

Year 8 HTML

8th Grade

10 Qs

Recuperação Giovana

Recuperação Giovana

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