This is a draft cheat sheet. It is a work in progress and is not finished yet.
Document Outline
<! DOCTYPE> |
Version of HTML |
html |
<html> |
Document outline |
xmlns |
<head> |
Page information |
<body> |
Page content |
Comment
<!-- Comment --> |
Insert comment |
Page Information
<title> |
Document title |
<style> |
Style informationmedia | type |
<base /> |
Base url for all relative URLs in a document href | target |
<link /> |
Link between document & external resources crossorigin | href | hreflang | media | rel | sizes | type |
<meta /> |
Meta data charset | content | http-equiv | name |
<script> |
Client-side script async | charset | defer | src | type |
<noscript> |
Alternate content for users that do not support client-side script |
|
|
|