HTML Day 2

HTML Day 2

University

6 Qs

quiz-placeholder

Similar activities

Examen básico extensiones de archivos

Examen básico extensiones de archivos

9th Grade - University

10 Qs

HTML & CSS

HTML & CSS

University

10 Qs

Éléments graphiques

Éléments graphiques

9th Grade - University

10 Qs

HTML Exam Review

HTML Exam Review

University

10 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

HTML Quiz 2

HTML Quiz 2

University

10 Qs

Microsoft Excel Basics

Microsoft Excel Basics

5th Grade - University

10 Qs

LU1 : Digital Media Quiz

LU1 : Digital Media Quiz

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