diff --git a/foundations/html_css/html-foundations/working-with-text.md b/foundations/html_css/html-foundations/working-with-text.md index cf06017fb7c..31be459354b 100644 --- a/foundations/html_css/html-foundations/working-with-text.md +++ b/foundations/html_css/html-foundations/working-with-text.md @@ -149,7 +149,7 @@ The parent, child, and sibling relationships between elements will become much m HTML comments are not visible to the browser; they allow us to *comment* on our code so that other developers or our future selves can read them and get some context about something that might not be clear in the code. -Writing a HTML comment is simple: We just enclose the comment with `` tags. For example: +Writing an HTML comment is simple: We just enclose the comment with `` tags. For example:

See the Pen