CSS SELECT BY TAG

CSS SELECT BY TAG

6th Grade

6 Qs

quiz-placeholder

Similar activities

HTML Computers

HTML Computers

6th - 7th Grade

10 Qs

Introduction to HTML/CSS Quiz 5: Advanced CSS

Introduction to HTML/CSS Quiz 5: Advanced CSS

6th - 12th Grade

7 Qs

HTML Quiz Grade 7

HTML Quiz Grade 7

6th - 8th Grade

10 Qs

Yr 8 HTML Keywords1

Yr 8 HTML Keywords1

6th Grade

10 Qs

Computers Html Quiz

Computers Html Quiz

KG - Professional Development

10 Qs

HTML Headings Tags CSD

HTML Headings Tags CSD

6th - 8th Grade

10 Qs

HTML Basics and Elements

HTML Basics and Elements

6th - 8th Grade

10 Qs

Desktop Publishing

Desktop Publishing

6th - 8th Grade

10 Qs

CSS SELECT BY TAG

CSS SELECT BY TAG

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Stephanie Ramocan

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a CSS selector define?

The background color of the webpage

Which HTML elements a CSS rule applies to

The style of the HTML document

The size of the text on the page

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you use a tag as a selector in CSS?

It hides all elements with that tag

It selects all elements with that tag

It changes the HTML structure

It selects only the first element with that tag

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you set a CSS rule for 'IMG' tags to have a height of 200 pixels, what happens?

Nothing, because images cannot be styled with CSS

All images on the page will have their height set to 200 pixels

All images on the page will have their width set to 200 pixels

Only the first image on the page will have a height of 200 pixels

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make all h1 tags on a page red?

By setting the background color of the page to red

By selecting all h1 tags and giving them a color of red

By deleting all h1 tags

By using JavaScript to change their color

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of setting CSS rules for h1 to h6 tags with different colors?

It creates a rainbow effect on the page

It makes the page background colorful

It changes the font size of each header

It hides all headers from the page

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using CSS selectors?

To delete elements from the page

To add new HTML elements to the page

To select specific elements to style

To increase the loading speed of the webpage