HTML Basics

HTML Basics

Professional Development

13 Qs

quiz-placeholder

Similar activities

Html5 Basico

Html5 Basico

Professional Development

10 Qs

HTML(cont.)

HTML(cont.)

KG - Professional Development

13 Qs

HTML

HTML

Professional Development

10 Qs

HTML Quiz

HTML Quiz

9th Grade - Professional Development

10 Qs

HTML

HTML

KG - Professional Development

8 Qs

Avaluació Inicial DAW2

Avaluació Inicial DAW2

Professional Development

17 Qs

IW 1 - 1B3

IW 1 - 1B3

Professional Development

15 Qs

HTML Basics

HTML Basics

Assessment

Quiz

Other

Professional Development

Medium

Created by

Aymane Benhima

Used 1+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML mean?

Hypertext Markup Language

Modern High Technology Language

Home Tools Markup Language

Hyperlinks and Text Markup Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the <head> section in an HTML document?

To display visible content

To define metadata, title, and links to scripts/styles

To create a header at the top of the page

o store images

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a hyperlink in HTML?

<link url="example.com">

<a href="example.com">Click</a>

<hyperlink>Click</hyperlink>

<a src="example.com">Click</a>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to insert an image?

<img src="image.jpg">

<image src="image.jpg">

<picture src="image.jpg">

<link img="image.jpg">

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create an unordered list?

  • <list><item>One</item></list>

<ul><li>One</li></ul>

<ol><li>One</li></ol>

  • <ul><list>One</list></ul>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used for a line break?


<br>

<lb>

<break>

<hr>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the <hr> tag represent?

A hyperlink reference

A horizontal rule (line)

A header row

A hidden element

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?