HTML Day 2

HTML Day 2

University

6 Qs

quiz-placeholder

Similar activities

Dasar Pemrograman Web

Dasar Pemrograman Web

University

10 Qs

HTML low stake quiz

HTML low stake quiz

University

8 Qs

html тегтеріне тапсырма

html тегтеріне тапсырма

University

10 Qs

QUIZ on html

QUIZ on html

University

10 Qs

Html/Css Quiz Day 1

Html/Css Quiz Day 1

University

10 Qs

Course 3 Pemrograman Web

Course 3 Pemrograman Web

University

11 Qs

Images in HTML

Images in HTML

University

10 Qs

Web Design HTML Pt. 2

Web Design HTML Pt. 2

University

8 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