HTML Basics

HTML Basics

Professional Development

13 Qs

quiz-placeholder

Similar activities

GFG Quiz

GFG Quiz

11th Grade - Professional Development

10 Qs

Web development 1

Web development 1

Professional Development

10 Qs

Tag dalam HTML

Tag dalam HTML

1st Grade - Professional Development

18 Qs

C Programming

C Programming

Professional Development

15 Qs

ELIMINASI RISE OF CHAMPION

ELIMINASI RISE OF CHAMPION

Professional Development

15 Qs

Ice Breaking

Ice Breaking

Professional Development

10 Qs

HTML Basics

HTML Basics

Professional Development

15 Qs

Basic CSS

Basic CSS

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?