Capitalize the word "HTML" for consistency
This commit is contained in:
@ -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> 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><h2 class=\"blue-text\">CatPhotoApp</h2></code>",
|
||||
"Apply the <code>red-text</code> class to your <code>h2</code> and <code>p</code> elements."
|
||||
],
|
||||
|
Reference in New Issue
Block a user