HTML Day 2

HTML Day 2

University

6 Qs

quiz-placeholder

Similar activities

Create a Website 1

Create a Website 1

KG - University

10 Qs

Conceitos de usabilidade e acessibilidade em projetos web

Conceitos de usabilidade e acessibilidade em projetos web

12th Grade - University

10 Qs

QUIZ WEEK 1: HTML

QUIZ WEEK 1: HTML

University

11 Qs

HTML

HTML

University

10 Qs

web Development QUIZ

web Development QUIZ

University

10 Qs

CSS / HTML

CSS / HTML

University

10 Qs

HTML Session 3

HTML Session 3

University

6 Qs

JSPS Competition Hackathon - HTML Language Grade 4 & 5

JSPS Competition Hackathon - HTML Language Grade 4 & 5

4th 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