Skip to content

Commit 9bef83f

Browse files
committed
fix typo in html attributes
1 parent 735ca65 commit 9bef83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/frontend/HTML_attributes.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ of. For example, if you ran a news website, you would only have one element
141141
on a page that would serve as a masthead, and you could give it an id
142142
like `id="handsome-header"`
143143

144-
An id attribute will look like `id="handsome-header` in the HTML, and `#handsome-header` in the CSS.
144+
An id attribute will look like `id="handsome-header"` in the HTML, and `#handsome-header` in the CSS.
145145

146146
Within these guidelines, when you use classes and IDs is a matter of style / taste.
147147
MARKDOWN

0 commit comments

Comments
 (0)