HTML/CSS Guide

Common HTML Tags inside <body>

This page will be redirected to outside

Tags Definition Example
<h1></h1> Creates the largest possible heading

Heading

<em></em> Emphasizes text Emphasized text
<p></p> Creates a paragraph of text <p>This is a paragraph.</p>
<br> Adds a line break Line 1
Line 2
<hr> Creates a horizontal line
<li></li> Creates a item from a list •List item
<ol><li></li></ol> Creates an ordered list
  1. number 1
  2. number 2
<img src="link" alt="pic"> Creates an image jpg
<a href="website link" target="blank"> Creates a hyperlink to a different website Google
<iframe src="website link"> embends a website into yours