My Cheat-Sheet

HTML - Some Examples

HTML-Tag Name Description
<table> Table The container for your table-elements.
<thead> Table Head First row for naming the content of each column.
<td> Table Data Contains the data of a cell.

CSS - Some Examples

CSS-Property Name Description
color: value; Color Defines the color for a font.
font-family: value; Font Defines the font required for layout.
margin: value; Space Defines the space around an element.