Search Header Logo

KS3 - HTML and CSS Fundamentals

Authored by Louise Russell

Computers

8th Grade

Used 9+ times

KS3 - HTML and CSS Fundamentals
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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>