Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbritton6 authored Sep 29, 2023
1 parent 22bcfe0 commit 4c02b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/html_css/html-foundations/html-boilerplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Back in the `index.html` file, let's add the `<html>` element by typing out its
</html>
~~~

Noticed the word `lang` here? It represents an HTML attribute which is associated with the given HTML tag i.e. `<html>` in this case.These attributes provide additional information about HTML elements.(More about `HTML attributes` in the following lesson)
Noticed the word `lang` here? It represents an HTML attribute which is associated with the given HTML tag i.e. `<html>` in this case. These attributes provide additional information about HTML elements. (More about `HTML attributes` in the following lesson)

#### What is the lang attribute?

Expand Down

0 comments on commit 4c02b3f

Please sign in to comment.