Creativepop Quizzz

Creativepop Quizzz

8th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

HTML (basics)

HTML (basics)

10th Grade

15 Qs

HTML - Year 8

HTML - Year 8

7th - 10th Grade

10 Qs

HTML Colors

HTML Colors

9th - 12th Grade

15 Qs

Grade 8 - Starter

Grade 8 - Starter

8th Grade

10 Qs

PAT ICTL 2016

PAT ICTL 2016

8th Grade

13 Qs

HTML introduction

HTML introduction

8th - 9th Grade

10 Qs

CSS Rules Quiz-unit 4 CodeHS

CSS Rules Quiz-unit 4 CodeHS

7th Grade - University

7 Qs

Class 8 HTML Introduction

Class 8 HTML Introduction

7th - 8th Grade

10 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?