Monday, 17 November 2014

HTML CODES

<h1> </h1>                        Main Heading Tag
<h2> </h2>                        Second Heading Tag
<h2> </h2>                        Third Heading Tag
<p> </p>                             Paragraph Tag
<strong> </strong>          Strong Tag - gives bold effect
<em> </em>                      Emphasis Tag - gives italic effect
<br/>                                   Break Tag - puts spaces between paragraphs
<img>                                 to display image

<a href="http://www.website.com">click me</a>  Links you to a website

<a href="mailto:p.berrysmith@witt.ac.nz">Email philippa now</a> Allows you to email when you click on link.

<ul>  <ol>  <li>          (list tags, used to create menu's)

<div>    (used to divide up the page)

HTML   <!-commenting-->       (used to write notes)


No comments:

Post a Comment