Search Header Logo

Fundamentals of HTML

Authored by Affan Shaikh

Information Technology (IT)

University

Fundamentals of HTML
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

HyperText MultiLanguage

HyperText Markup Language

Hyperlink Text Markup Language

HighText Markup Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the tag in HTML?

The tag is for defining the layout of the webpage.

The tag is used to contain meta-information about the HTML document.

The tag is used to display the main content of the page.

The tag is used to include images and videos in the document.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a hyperlink in HTML?

Click here

Click here

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to insert an image in HTML?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML element for inserting a line break?



7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create an unordered list in HTML?

Use

    to start the list and
  1. for each item.

Wrap the list in

tags and use for each entry.

Use to create the list and for each item.

Use

    to start the list and
  • for each item.