Skip to content

Commit

Permalink
Changed a minor typo (#26429)
Browse files Browse the repository at this point in the history
It's "an HTML", not "a HTML"
  • Loading branch information
anasamer056 authored Oct 6, 2023
1 parent cf938c5 commit dbc969e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/html_css/html-foundations/working-with-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<!--` and `-->` tags. For example:
Writing an HTML comment is simple: We just enclose the comment with `<!--` and `-->` tags. For example:

<p class="codepen" data-height="300" data-theme-id="dark" data-default-tab="html,result" data-slug-hash="abwoyBg" data-user="TheOdinProjectExamples" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<span>See the Pen <a href="https://codepen.io/TheOdinProjectExamples/pen/abwoyBg">
Expand Down

0 comments on commit dbc969e

Please sign in to comment.