Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
See the basic syntax of HTML and the terminologies around it
The HTML Cheatsheet is a free, open-source reference card from the iLoveCoding GitHub account that explains the core syntax of HTML elements — tags, attributes, and nesting — and offers downloadable PDF and image versions.
The HTML Cheatsheet is a concise syntax guide for HTML, published as a README on GitHub by iLoveCoding. It takes the question "How do I write HTML?" and answers it with seven explicit rules for writing elements, each accompanied by a short code example. Its output is both a readable web page and a printable PDF (or GIF image) summary. The cheatsheet does not attempt to list every HTML element; it links to the Mozilla Developer Network HTML element reference for that purpose.
Yes. The cheatsheet is published as an open-source GitHub repository and its contents, PDF, and image download are available without charge.
No. The page explicitly says it is not an exhaustive list and directs readers to the MDN HTML element reference for a complete list of elements by category.
The README links to companion CSS and JavaScript cheatsheets from the same iLoveCoding GitHub account, so you can navigate between the three.
