Creativepop Quizzz

Creativepop Quizzz

8th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

HTML Test 2

HTML Test 2

8th Grade

10 Qs

html_begginers_N2

html_begginers_N2

7th - 8th Grade

12 Qs

HTML teszt

HTML teszt

7th - 12th Grade

15 Qs

HTML Quiz

HTML Quiz

9th Grade - University

14 Qs

Pemrograman Dasar

Pemrograman Dasar

10th Grade

15 Qs

Basic HTML Tags I

Basic HTML Tags I

9th - 12th Grade

11 Qs

HTML CC

HTML CC

9th - 12th Grade

15 Qs

Web Development

Web Development

8th - 10th Grade

12 Qs

Creativepop Quizzz

Creativepop Quizzz

Assessment

Quiz

Computers

8th - 10th Grade

Easy

Created by

TAN TECK JON

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is tags ?

a word

an element

a container

element inside a < >

Answer explanation

Example <p> </p>

tags are keywords used to tell your webpage what to do.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one is the correct way to declare a tags ?

<p></p>

<p></h1>

p

<p>

Answer explanation

Remember to open and

( / )close the tags

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one is the correct way to write a paragraph ?

<p> I am Timmy</p>

<paragraph>I am Timmy</paragraph>

<para> I am Timmy<para>

<pg>I am Timmy</pg>

Answer explanation

<p> is for paragraph

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Is ok if we didn't close our tags

True

False

Answer explanation

Remember to close the tags !

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one is the correct way to change your font type ?

<p> Times New Romans </p>

<p style="font-family:Time New Roman"> Hello </p>

<p font = Times New Roman> Hello </p>

<p = Times New Roman > Hello </p>

Answer explanation

Remember

style = " font-family: "

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one is the correct way to declare a color ?

<p style ="color : blue"> Hello </p>

<p color = blue> Hello </p>

<p>Blue</p>

<p color : "blue" >Hello </p>

Answer explanation

remember the

style = " color "

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

which one is the correct way to declare background color ?

<backgroundcolor>red</backgroundcolor>

<p>bgcolor red </p>

<p style="background-color:red">hello </p>

<p = red > hi </p>

Answer explanation

style="background-color:"

not bgcolor

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?