Capitalize the word "HTML" for consistency

pull/18182/head
Eric Leung 2016-10-02 21:07:03 -07:00
parent f6e24bf40d
commit 01ba5463e4
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@
"Remember that you can attach classes to HTML elements by using <code>class=\"your-class-here\"</code> within the relevant element's opening tag.",
"Remember that CSS class selectors require a period at the beginning like this:",
"<blockquote>.blue-text {<br>&nbsp;&nbsp;color: blue;<br>}</blockquote>",
"But remember you don't need to use a period when attaching classes to an html element:",
"But remember you don't need to use a period when attaching classes to an HTML element:",
"<code>&#60;h2 class=\"blue-text\"&#62;CatPhotoApp&#60;/h2&#62;</code>",
"Apply the <code>red-text</code> class to your <code>h2</code> and <code>p</code> elements."
],