diff --git a/guide/english/html/symbols/index.md b/guide/english/html/symbols/index.md index 169171e0d9..85c95728b0 100644 --- a/guide/english/html/symbols/index.md +++ b/guide/english/html/symbols/index.md @@ -6,7 +6,7 @@ title: Symbols HTML symbol entities are characters that are not represented on a user's keyboards. Many mathematical, scientific, and currency symbols are not present on a normal keyboard; therefore, to add such symbols to a page using HTML, the HTML entity name can be used. -It is important to note that these will not effect the html code themselves, and will always be interpreted as text. For example, if we wanted to type <div> as text on a webpage, we may need to use these symbol entities. +It is important to note that these will not effect the HTML code themselves, and will always be interpreted as text. For example, if we wanted to type `
` as text on a webpage, we may need to use these symbol entities: `<div>`. If no entity name exists, either the entity number or hexadecimal reference can be used. @@ -17,3 +17,4 @@ If no entity name exists, either the entity number or hexadecimal reference can * [W3 Schools Reference](https://www.w3schools.com/html/html_symbols.asp) * [Symbols Reference Chart](https://dev.w3.org/html5/html-author/charref) * [Toptal Reference](https://www.toptal.com/designers/htmlarrows/symbols/) +