Snippets HTML Basics Quiz

Snippets HTML Basics Quiz

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

HTML Tags

HTML Tags

9th Grade

10 Qs

Web Design

Web Design

9th Grade

12 Qs

HTML & Web Design

HTML & Web Design

5th - 9th Grade

12 Qs

HTML introduction

HTML introduction

8th - 9th Grade

10 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

HTML Tags (Basic) Quiz

HTML Tags (Basic) Quiz

11th - 12th Grade

11 Qs

HTML and CSS

HTML and CSS

9th - 10th Grade

12 Qs

12 Multimedia - Quiz BAB 4 - DMI

12 Multimedia - Quiz BAB 4 - DMI

10th Grade

10 Qs

Snippets HTML Basics Quiz

Snippets HTML Basics Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Hamzah Alnofli

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  What is the purpose of HTML?

To style web pages

To create dynamic web pages

To structure web pages

To program web applications

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to define the root of an HTML document?

<html>

<body>

<head>

<root>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML tag for the largest heading?

<h1>

<h2>

<h3>

<h4>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to create a hyperlink in HTML?

<a>

<link>

<href>

<hyperlink>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a new paragraph in HTML?

<p>

<br>

<para>

<paragraph>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to add an image to a webpage in HTML?

<img>

<image>

<src>

<picture>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML for creating a checkbox?

<input type="checkbox">

<checkbox>

<check>

<input checkbox>

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to create an unordered list in HTML?

<unordered>

<li>

<ol>

<ul>