Skip to content

Commit

Permalink
Add link to MDN list of html attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Heather Faerber committed Feb 5, 2024
1 parent 12cd2fd commit 1633eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/module-1/html-fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Any HTML element can have attributes. An attribute provides additional informati

The name of the __attribute__ in the example above is class, and the __value__ is `"paragraph"`. The are separated by a single `=`, and no spaces.

Attribute names are determined for us by HTML; we must comply with the list of available names to use. The values are determined by us as developers. Different attributes are used for different purposes; we will explore some of those today, and continue learning the use-cases for others as we move into CSS and JavaScript.
Attribute names are determined for us by HTML; we must comply with the [list of available names to use](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes). The values are determined by us as developers. Different attributes are used for different purposes; we will explore some of those today, and continue learning the use-cases for others as we move into CSS and JavaScript.

### Attributes in Images

Expand Down

0 comments on commit 1633eff

Please sign in to comment.