Resources




Git Cheat Sheet

Github training cheat sheet



Main html tags and components






Special HTML characters

<, >, &, ', "
&lt;, &gt;, &amp;, &apos, &quot;


Start of an HTML5 document

<!DOCTYPE html>