HTML G9

HTML G9

9th Grade

9 Qs

quiz-placeholder

Similar activities

HTML Intro

HTML Intro

9th - 12th Grade

12 Qs

7.2 Knowledge check

7.2 Knowledge check

9th Grade

10 Qs

Quiz HTML kelas 9

Quiz HTML kelas 9

9th - 12th Grade

10 Qs

HTML Basics

HTML Basics

9th Grade - Professional Development

9 Qs

HTML Basics

HTML Basics

7th - 10th Grade

10 Qs

HTML

HTML

8th - 9th Grade

13 Qs

HTML Formatting

HTML Formatting

9th Grade

10 Qs

Group C

Group C

8th - 12th Grade

8 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