HTML Day 2

HTML Day 2

University

6 Qs

quiz-placeholder

Similar activities

Imagini

Imagini

12th Grade - University

6 Qs

HTML Quiz

HTML Quiz

University

10 Qs

Imágenes en HTML

Imágenes en HTML

University

6 Qs

Course 3 Pemrograman Web

Course 3 Pemrograman Web

University

11 Qs

Dasar Pemrograman Web

Dasar Pemrograman Web

University

10 Qs

HTML low stake quiz

HTML low stake quiz

University

8 Qs

CSD-Q9

CSD-Q9

9th Grade - University

11 Qs

T3. C1-C2 Quizizz Post-Test

T3. C1-C2 Quizizz Post-Test

7th Grade - University

10 Qs

HTML Day 2

HTML Day 2

Assessment

Quiz

Computers

University

Medium

Created by

Ninitha C

Used 5+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the 2 methods to insert CSS?

Elemental, External

Embedded, External

Inline, External

Internal, Exterior

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many heading tags are there in HTML5? and which heading tag displays the text in biggest font?

5, h5

6, h1

7, h7

5, h2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct CSS Syntax for adding a color, border to paragraph text

p{

color : orange;

border:solid;

}

p{

color : orange

border:solid

}

p{

color - orange,

border - solid

}

p:color : orange,

border:solid

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Syntax to insert an image ball.png
<img src="ball.png" alt="Ball"/>
<img src=ball.png alt=Ball/>
<image src="ball.png" alt="Ball"/>
<image source="ball.png" alt="Ball"/>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is not an alternative name for Empty tags?
Self Closing tag
Void tag
Simpleton tag
Free tag

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Img tag is a self closing tag?
True
False