HTML and CSS

HTML

Name Escape Sequence Character
Less than &lt; <
Greater than &gt; >
Ampersand &amp; &
Copyright &copy; ©
Plus/minus &plusmn; ±
Micro &micro; µ
HTML Tag Used For
div section in a document
h1 level-1 heading
h2 level-2 heading, etc.
p paragraph
span inline text
a hyperlink
img reference to image
ul unordered list
ol ordered (numbered) list
li list element
table table
tr table row
th table heading
td table data cell
<h1 align="center">A Centered Heading</h1>

UTF-8 Encoding

CSS