Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Quincy Larson committed Aug 16, 2015
1 parent 98df14b commit 33ae7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/challenges/html5-and-css.json
Original file line number Diff line number Diff line change
Expand Up @@ -2441,7 +2441,7 @@
"In addition to classes, each HTML element can also have an <code>id</code> attribute.",
"There are several benefits to using <code>id</code> attributes, and you'll learn more about them once you start using jQuery.",
"<code>id</code> attributes should be unique. Browsers won't enforce this, but it is a widely agreed upon best practice. So please don't give more than one element the same <code>id</code> attribute.",
"Here's an example of how you give your <code>h2</code> element the id of <code>cat-photo-app</code>: <code>&#60;ul id=\"cat-photo-app\"></code>",
"Here's an example of how you give your <code>h2</code> element the id of <code>cat-photo-app</code>: <code>&#60;h2 id=\"cat-photo-app\"></code>",
"Give your <code>form</code> element the id <code>cat-photo-form</code>."
],
"tests": [
Expand Down

0 comments on commit 33ae7b2

Please sign in to comment.