HTML/CSS Guide

Common HTLM tags
Tag Definition Example
<table> To create a table inside your website This thing is a table
<img alt="pic" src="link"> Tiz an Image NOT LOADED
<ul> creates an unordered list on your page
  • I am unordered
  • I go on and on
  • .....
<ol> creates an ordered list on your page
  1. I am ordered
  2. I am like a procedure
  3. .....
<a href="link'> ... </a> Creates a hyperlink to another page Go watch Dinosaurs on Netflix
<p>...</p> Adds a paragraph to your webpage

This is a Paragraph

This is another paragraph

<strong> It bolds the text Absolutly not
<h1><h2><h3>...<h6> Creates headings from the first ( or main ), to subheadings in subheadings in subheadings in subheading. There are 6 headings.

This is heading 1

This is heading 2

This is heading 3

...
<hr> Adds a horizontal line
<em> Adds emphasis to the text This table is very large