Merge pull request #7194 from NolanChan/fix/unhighlight-id
coding instructions made consistent in Add ID Attributes to Bootstrap…
This commit is contained in:
@ -1830,7 +1830,7 @@
|
||||
"Let's give a unique id to each of our <code>div</code> elements of class <code>well</code>.",
|
||||
"Remember that you can give an element an id like this:",
|
||||
"<code><div class=\"well\" id=\"center-well\"></code>",
|
||||
"Give the well on the left the id of <code>left-well</code>. Give the well on the right the <code>id</code> of <code>right-well</code>."
|
||||
"Give the well on the left the id of <code>left-well</code>. Give the well on the right the id of <code>right-well</code>."
|
||||
],
|
||||
"challengeSeed": [
|
||||
"<div class=\"container-fluid\">",
|
||||
|
Reference in New Issue
Block a user