Search Header Logo

HTML Basics Challenge

Authored by Sonu Yadav

Computers

7th Grade

Used 2+ times

HTML Basics Challenge
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

During a computer class, Pradhan asked his classmates what HTML stands for. Can you help him answer this question?

HyperText Markup Language

Hyperlink Text Markup Language

HighText Markup Language

HyperText MultiLanguage

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Shreyashree is learning about HTML for her web development class. She wants to understand the purpose of the tag in an HTML document. What is the purpose of the tag?

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

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

The tag is for defining the layout of the webpage.

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jeegyasha is learning HTML and wants to create a list of her favorite fruits. How does she 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 unordered list and for items.

Use

    to start the list and
  • for each item.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Shreyashree is creating a webpage and needs to add a link to her favorite blog. Which attribute should she use to specify the destination of that link?

src

link

href

target

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pradhan is creating a web page for his school project and wants to include a picture of his favorite animal. What is the purpose of the tag in HTML?

To embed images in a web page.

To create hyperlinks to other pages.

To add styles to text elements.

To define the structure of a web page.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

During a web development class, Shreyashree was explaining to her classmates what the

tag represents in HTML.

The

tag defines a header in HTML.

The

tag is used for images in HTML.

The

tag is for creating links in HTML.

The

tag represents a paragraph in HTML.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Das is creating a webpage for his school project and wants to include a link to a helpful resource. How does he create a hyperlink in HTML?