HTML and CSS Reference
In-Depth Information
Example:
<h2>, <h3>, <h4>, <h5>, <h6>
The smallest being <h6>.
Text Styling
There are many different tags that are available when it comes to changing the way your
text is viewed on your webpage.
<p>
Used to make paragraphs
<i>
Is wrapped around text to make it italics
<li>
Used to make list of items with bullets
<ul>
Used to make unordered lists with no bul-
lets
<ol>
Used to make ordered list
<em>
Also will create italics
<br>
(Doesn't need a closing tag) and is used to
create a line break or indent.
<b>
Used to make text bold
<small>
Makes text small
<big>
Makes text big
<!-- -- >
Comments
<sup>
Superscripts words and numbers
<sub>
Subscripts words and numbers
<mark>
Makes text appear highlighted
<q>
Writes quotations around words or phrases
Example of multiple tags being used together,
Search WWH ::




Custom Search