added an HTML reference source (#22844)

This commit is contained in:
Tristan Michael Lawrence
2018-11-22 23:07:35 -05:00
committed by Manish Giri
parent 81ef8c38fd
commit a92f62c2d8

View File

@ -79,11 +79,6 @@ Since the early days of the web, there have been many versions of HTML:
|XHTML|2000| |XHTML|2000|
|HTML5|2014| |HTML5|2014|
#### Other Resources
- [HTML Elements](https://guide.freecodecamp.org/html/elements)
- [Semantic HTML](https://guide.freecodecamp.org/html/html5-semantic-elements)
- [HTML Attributes](https://guide.freecodecamp.org/html/attributes)
# HTML Elements # HTML Elements
@ -162,5 +157,12 @@ There are many possible ways a user can give input/s like:
``` ```
<!-- This is a comment --> <!-- This is a comment -->
``` ```
Comments can help in the understanding of the markup and do not display in the webpage. Comments can help in the understanding of the markup and do not display in the webpage.
#### More Information
- [HTML Elements](https://guide.freecodecamp.org/html/elements)
- [Semantic HTML](https://guide.freecodecamp.org/html/html5-semantic-elements)
- [HTML Attributes](https://guide.freecodecamp.org/html/attributes)
- [HTML Reference](https://htmlreference.io/)