HTML and CSS Basics Quiz

HTML and CSS Basics Quiz

9th Grade

20 Qs

quiz-placeholder

Similar activities

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

7th - 10th Grade

22 Qs

2023 - Web Design - CSS Review

2023 - Web Design - CSS Review

9th - 12th Grade

15 Qs

Recap1 on CSS3

Recap1 on CSS3

University

19 Qs

HTML & CSS Review

HTML & CSS Review

7th - 10th Grade

24 Qs

Css selectors

Css selectors

University

20 Qs

Understanding CSS in Web Development

Understanding CSS in Web Development

University

20 Qs

BRAIN TEASER [ROUND-1]

BRAIN TEASER [ROUND-1]

University

20 Qs

HTML & CSS Basics

HTML & CSS Basics

9th - 12th Grade

15 Qs

HTML and CSS Basics Quiz

HTML and CSS Basics Quiz

Assessment

Quiz

Computers

9th Grade

Hard

Created by

David Marks

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is the purpose of the tag in an HTML document?

To display content in the browser window

To link CSS files and provide meta information

To define the main content of the page

To create comments in the HTML

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

How do you set the background color of a webpage to light blue using CSS?

body { color: lightblue; }

body { background-color: lightblue; }

body { border-color: lightblue; }

body { font-color: lightblue; }

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is the purpose of a

tag in HTML?

To create a new page

To represent a block of content

To create a click element

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is the purpose of setting the z-index to -1 in a CSS overlay?

To make the overlay cover the entire parent element

To place the overlay behind the actual content

To stretch the pseudo-element to all sides

To change the color of the overlay

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is the purpose of using the

tag in HTML as described in the document? <section>

To style the text

To embed a video

To create a generic container for content

To add a background image

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is the function of the class "andy" in the HTML structure provided? <div class="andy">

It embeds a YouTube video

It is the main wrapper for styling

It sets the video to responsive size

It limits the iframe width

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is the purpose of using "display: flex" in the .andy class?

To create a parallax effect

To center the iframe using Flexbox

To add space inside the .andy box

To set a scenic image as background

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?