HTML G9

HTML G9

9th Grade

9 Qs

quiz-placeholder

Similar activities

HTML basics

HTML basics

5th - 10th Grade

10 Qs

HTML

HTML

5th - 10th Grade

10 Qs

Making Websites Quiz Y9

Making Websites Quiz Y9

8th - 9th Grade

14 Qs

WEBSITE AUTHORING CHECKPOINT

WEBSITE AUTHORING CHECKPOINT

8th - 9th Grade

12 Qs

S3 Web Technologies

S3 Web Technologies

9th Grade

10 Qs

Year 7 HTML

Year 7 HTML

7th - 9th Grade

11 Qs

Exit Ticket: Web Development Day 1

Exit Ticket: Web Development Day 1

9th - 12th Grade

10 Qs

HTML

HTML

9th - 12th Grade

11 Qs

HTML G9

HTML G9

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Besan R

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<p></p>

create a paragraph

 add a page

 insert a picture

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<!DOCTYPE HTML>

places the HTML heading on a web page

 tells the web browser the file is an HTML document

 last line in an HTML document used to end the file

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<body> </body>

 contains tags for the text and images on a web page

contains the Cascading Style Sheet for a web page

 contains the body of a web browser

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<h1> </h1>

create a horizontal rule

make a hyperlink

add a heading

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to set the heading to use the font Arial.

h1 { font-family: arial;

h1 { font: arial; }

heading 1 { font-family: arial; }

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to align all images to the right.

text-align: right;

float: right;

alignment: right;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You must use web safe fonts when styling text.

TRUE

FALSE

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Curly brackets { } are used for CSS.

TRUE

FALSE

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The color of text can only be set using hex codes.

TRUE

FALSE