HTML Basics Challenge

HTML Basics Challenge

7th Grade

26 Qs

quiz-placeholder

Similar activities

HTML5 & CSS3 Refresher

HTML5 & CSS3 Refresher

7th - 12th Grade

21 Qs

HTML & CSS Review

HTML & CSS Review

7th - 10th Grade

24 Qs

HTML and CSS Review One

HTML and CSS Review One

7th Grade - University

23 Qs

CSS Basics

CSS Basics

6th - 12th Grade

21 Qs

HTML

HTML

6th Grade - Professional Development

23 Qs

Web Design Basics

Web Design Basics

7th - 9th Grade

25 Qs

Webpage Design

Webpage Design

7th - 9th Grade

25 Qs

Web Design EOPA Practice

Web Design EOPA Practice

7th - 9th Grade

25 Qs

HTML Basics Challenge

HTML Basics Challenge

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Sonu Yadav

FREE Resource

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?