Html Tags Lesson 3

Html Tags Lesson 3

5th Grade

7 Qs

quiz-placeholder

Similar activities

html-G8

html-G8

5th Grade

11 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

CSS-ponavljanje

CSS-ponavljanje

5th Grade - University

11 Qs

Quiz 3 - 14/07/2021

Quiz 3 - 14/07/2021

1st - 10th Grade

10 Qs

G5 HTML

G5 HTML

5th Grade - University

10 Qs

HTML & CSS Review

HTML & CSS Review

5th - 8th Grade

9 Qs

QUIZ HTML

QUIZ HTML

KG - 10th Grade

8 Qs

Веб дизайн МКА

Веб дизайн МКА

1st - 5th Grade

10 Qs

Html Tags Lesson 3

Html Tags Lesson 3

Assessment

Quiz

Computers

5th Grade

Hard

Created by

Niclas Noble

Used 49+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you end a Large heading tag in HTML

<\h1>

<h1/>

</h1>

<h1>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag will create the smallest heading ?

<h4></h4>

<h3></h3>

<h2></h2>

<h1></h1>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To run your html you need a special piece of software which is known as

Operating Software

Explore excess

Browser Software

Google Classroom

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following software could you use to read a webpage ? ( more than one answer)

Google Chrome

Internet Explorer

Google Classroom

Microsoft Excel

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What code would create


this page

<html><head></head><body>What code would create <p> this page</p></body></html>

<head></head><body>What code would create <p> this page</p>

<html><head></head><body><p>What code would create <p> this page</p></body></html>

What code would create


this page

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for ?

Hypeyourtext makeup Language

HypertextSaturdayMash-up Language

BangersAndMash-Up Language

Hypertext Mark-up Language

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Why is a html document started off with this tag

<!DOCTYPE html> ( more than one answer)

Tells the browser the type of document it is reading

Tells the browser it is reading a document of the type HTML

Tells the user user that they are only allowed to use html code in the webpage

Creates a Microsoft Word document