HTML Tags Quiz

HTML Tags Quiz

7th Grade

6 Qs

quiz-placeholder

Similar activities

HTML

HTML

KG - 9th Grade

11 Qs

WINDOWS 10

WINDOWS 10

7th Grade

10 Qs

Informatyka

Informatyka

3rd - 10th Grade

11 Qs

Mayor, menor o igual

Mayor, menor o igual

KG - University

10 Qs

Comandos do Terminal Linux

Comandos do Terminal Linux

4th Grade - Professional Development

10 Qs

โปรแกรม Microsoft Powerpoint 2016

โปรแกรม Microsoft Powerpoint 2016

7th - 9th Grade

10 Qs

การแก้ปัญหาโดยใช้เหตุผลเชิงตรรกะ

การแก้ปัญหาโดยใช้เหตุผลเชิงตรรกะ

6th - 8th Grade

10 Qs

HTML Tags Quiz

HTML Tags Quiz

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Sanim Sadiq

Used 11+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first tag you should see in an HTML file?

<title>

<html>

<p>

<body>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML Tags are surrounded by which type of brackets?

Square [ ]

Curly { }

Angle < >

Round ( )

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You should save HTML files with which file extension in Notepad or Wordpad?

.jpg

.text

.webpage

.html

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name an element which doesn't have a closing tag.

<img>

<p>

<body>

<head>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jerry wants to insert a line break into his webpage. Which code should he use?

<br>

<p>

<b>

<h1>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which item refers to the start tag, the end tag and everything in between?

HTML Attribute

HTML Tag

HTML Element

HTML Editor