Skip to content

Commit

Permalink
Link to the h1
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed Sep 23, 2023
1 parent d014090 commit b241941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/learn/css/building_blocks/selectors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ There are a few different groupings of selectors, and knowing which type of sele

### Type, class, and ID selectors

Type selectors target an HTML element such as an `<h1>`:
Type selectors target an HTML element such as an {{HTMLElement("h1")}}:

```css
h1 {
Expand Down

0 comments on commit b241941

Please sign in to comment.