Fix typo add backslash to info on change color of text info

closes #563
This commit is contained in:
Berkeley Martinez
2015-05-26 13:28:59 -07:00
parent 30280b0645
commit b92f392908

View File

@ -196,7 +196,7 @@
"Change the <code>h2</code> element's style so that its text color is red.", "Change the <code>h2</code> element's style so that its text color is red.",
"We can do this by changing the <code>style</code> of the <code>h2</code> element.", "We can do this by changing the <code>style</code> of the <code>h2</code> element.",
"The style that is responsible for the color of an element's text is the \"color\" style.", "The style that is responsible for the color of an element's text is the \"color\" style.",
"Here's how you would set your <code>h2</code> element's text color to blue: <code>&#60;h2 style=\"color: blue\"&#62;CatPhotoApp&#60;h2&#62;</code>" "Here's how you would set your <code>h2</code> element's text color to blue: <code>&#60;h2 style=\"color: blue\"&#62;CatPhotoApp&#60;\/h2&#62;</code>"
], ],
"tests": [ "tests": [
"assert($('h2').css('color') === 'rgb(255, 0, 0)', 'Your h2 element should be red.')" "assert($('h2').css('color') === 'rgb(255, 0, 0)', 'Your h2 element should be red.')"