HTML Basics Challenge

HTML Basics Challenge

7th Grade

26 Qs

quiz-placeholder

Similar activities

Unit 3 - Digital Communication

Unit 3 - Digital Communication

7th Grade

21 Qs

Learning Assessment Creation

Learning Assessment Creation

4th - 8th Grade

21 Qs

Variables and Data Types

Variables and Data Types

7th - 11th Grade

21 Qs

Grade 7 Exam V 1

Grade 7 Exam V 1

7th Grade

22 Qs

Spreadsheet (IF,Validation rules,Data types,Absolute,Filter)

Spreadsheet (IF,Validation rules,Data types,Absolute,Filter)

6th - 8th Grade

22 Qs

LESSON 11  | MY VIRTUAL CRIB

LESSON 11 | MY VIRTUAL CRIB

7th Grade

22 Qs

Thunkable App Development

Thunkable App Development

1st - 12th Grade

21 Qs

Budowa komputera i pamięci

Budowa komputera i pamięci

6th Grade - University

21 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?