HTML/CSS Guide

Common HTML Tags Inside <body>

This page will be redirected to outside if you click

<body> Tags Definition Example(s)
<h1>...</h1> Creates the largest type of heading

Heading 1

<em>...</em> Emphasizes Text Emphasizes Text
<p>...</p> Creates a paragraph

This is a paragraph

<br> Creates a lign break Line 1:Hello
Line 2:Hello
<hr> Creates a horizontal lign
<img src="link" alt="pic"> Inputs an image of your choice pic
<a href="link">…</a> Creates a hyperlink VSB
<li>…</li> Lists items
  • hi
  • hello
<span>…</span> Changes colors of specific text for styling purposes

My friend has blue eyes

<ol>...</ol> Creates an ordered list
  1. hi
  2. hi