HTML/CSS Guide

common HTML tags inside <body>

tag definition example
<p> </p> paragraph this is a paragraph
<a href="__"> hyperlink this is a hyperlink
<ol></ol><li></li><ul></ul> list tags
  • 1
  • 2
  • 3
  1. red
  2. blue
  3. green
<table></table> table this entire chart is a table that runs on the table command
<img alt="" style="" src> images cat
<!-- this is a comment--> this is a comment you wish you could see this pic right >;)
<em> emphasis i love the emphasis
<strong> strong emphasis/bold this looks nice right?
<br. line break 123
456
<span> easy way to add CSS this is red

outside html