KS3 - HTML and CSS Fundamentals

KS3 - HTML and CSS Fundamentals

8th Grade

20 Qs

quiz-placeholder

Similar activities

HTML Tables Quiz

HTML Tables Quiz

7th - 8th Grade

16 Qs

uCertify SDA Lesson 5 Quiz

uCertify SDA Lesson 5 Quiz

8th - 12th Grade

15 Qs

Intro To Digital Tech Web Design

Intro To Digital Tech Web Design

8th - 10th Grade

20 Qs

HTML & CSS Review

HTML & CSS Review

7th - 12th Grade

20 Qs

ICT -JHS 2 (Term 2)

ICT -JHS 2 (Term 2)

8th Grade

18 Qs

SDA Chapter 5 Vocabulary

SDA Chapter 5 Vocabulary

7th - 9th Grade

21 Qs

HLML

HLML

3rd - 12th Grade

18 Qs

HTML (part 1)

HTML (part 1)

8th Grade

24 Qs

KS3 - HTML and CSS Fundamentals

KS3 - HTML and CSS Fundamentals

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Louise Russell

Used 6+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

HighText Markup Language

HyperText Markup Tool

HyperText Markup Language

Hyperlink Text Markup Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Cascading System Styles

Cascading Style Sheets

Creative Style Sheets

Cascading Style Scripts

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tag is used to create a paragraph in HTML?

<p></p>

<P></P>

<p><p/>

<P><P?>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML tag for the largest heading?

<h6>

<p>

<h2>

<h1>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML tag for the smallest heading?

<h6>

<p>

<h1>

<h2>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tag is used to define a table row?

<table></table>

<td></td>

<tr></tr>

<table row></table row>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tag is used to define a table?

<table></table>

<td></td>

<tr></tr>

<table row></table row>