Please enable JavaScript to use CodeHS

Web Design and Development

Lesson 2.2 CSS Select by Tag

Description

In this lesson, students will learn CSS superpowers! CSS tag selectors can be used to select all elements of the same kind (<table>, or <h1> for example) and give them all the same style.


Objective

Students will be able to:

  • Use CSS tag selectors to select all elements of the same kind and give them all the same style