S3 HTML implementation starter

S3 HTML implementation starter

10th Grade

5 Qs

quiz-placeholder

Similar activities

WEBDEV101

WEBDEV101

University

10 Qs

HTML

HTML

9th Grade - University

10 Qs

HTML Language

HTML Language

KG - 12th Grade

10 Qs

HTML

HTML

12th Grade

8 Qs

ECS HTML

ECS HTML

9th - 12th Grade

8 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

HTML - Year 8

HTML - Year 8

7th - 10th Grade

10 Qs

Quizz - Imagens e Tabelas HTML

Quizz - Imagens e Tabelas HTML

10th - 12th Grade

10 Qs

S3 HTML implementation starter

S3 HTML implementation starter

Assessment

Quiz

Computers

10th Grade

Medium

Created by

G Alexander-Doyle

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which of the following heading tags displays the smallest size of text.

h1, h2, h3, h4, h5, h6

Answer explanation

Media Image

The h6 heading produces the smallest text size. The h1 heading tag produces the largest.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following HTML tags is the odd one out?

<!DOCTYPE html>

<h3>

<html>

<body>

<head>

Answer explanation

The answer is the h3 sub-heading. This is the only tag which produces visible content. The rest of the tags are used to create the structure of the webpage.

3.

DRAW QUESTION

3 mins • 1 pt

Highlight on the following webpage where an h1 heading tag has been used.

Media Image

Answer explanation

Media Image

The text Graphics has been displayed with an h1 heading tag.

4.

MATCH QUESTION

1 min • 1 pt

Match the following visible content tags with the correct description.

Displays a hyperlink

<p>

Displays a sub heading.

<h3>

Displays a paragraph/plain text

<a href = " " > </a>

Displays a graphic

<img src = " " >

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following tags creates the "Web Development" text in the browser tab?

<html>

<title>

<head>

<h1>

<p>

Answer explanation

Media Image

The <title> tag makes text appear in the webpage's browser tab.