Introduction to HTML - Part 1

Introduction to HTML - Part 1

University

10 Qs

quiz-placeholder

Similar activities

WEB TECHNOLOGY-INTERNET BASICS AND HTML

WEB TECHNOLOGY-INTERNET BASICS AND HTML

University

15 Qs

Week 4 Review

Week 4 Review

University

15 Qs

Day -5 Workshop Quiz

Day -5 Workshop Quiz

University

15 Qs

Sharing Session #2 - Review

Sharing Session #2 - Review

University

10 Qs

HTML TAGS

HTML TAGS

University

15 Qs

Curso de HTML e CSS

Curso de HTML e CSS

1st Grade - University

12 Qs

Worksheet #2 CpET12L

Worksheet #2 CpET12L

University

14 Qs

FMT web developing session 4 HTML5 + CSS3

FMT web developing session 4 HTML5 + CSS3

KG - Professional Development

15 Qs

Introduction to HTML - Part 1

Introduction to HTML - Part 1

Assessment

Quiz

Other

University

Easy

Created by

Marwa Ashraf

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

1. What does the <a> tag in HTML primarily do?

Add comments to the code

Create links to other web pages, files, or locations within the same page

Insert images into HTML pages

Make text bold

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which HTML tag is used to insert images into a webpage?

<img>

<a>

<ol>

<ul>

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What types of lists does HTML provide?

Only ordered lists

Only unordered lists

Both ordered and unordered lists

No list options available in HTML

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can you add comments to your HTML code that will not be displayed on the page?

Using the <comment> tag

<!-- This is a comment -->

(comment) This is a comment (/comment)

<cmt>This is a comment</cmt>

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the purpose of the <strong> tag in HTML?

Create links to other web pages

Insert images into HTML pages

Make text bold

Add comments to the code

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can the <div> tag be utilized in HTML?

Insert images into HTML pages

Create links to other web pages

Group elements together and apply styles

Send data from the front-end to the back-end

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How is content typically placed inside the <button> and <div> tags in HTML?

<button>Click me</button> and <div>Some content</div>

<button(Content or anything you want)</button> and <div{Content or anything you want}></div>

<button>[Content or anything you want]</button> and <div/Content or anything you want/</div>

<button(Content or anything you want)</button> and <div{Content or anything you want}/></div>

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?