|

Thursday, January 20, 2005

Very Basic Html

Very Basic Html

Html can be very useful at times, such as when you are trying to format your very own blog. This page is dedicated to some of my classmates who do not know much about html.

Tags:

<html>

</html>

Definition: Start and end of every document.

<p></p>

Definition: Start and end of every paragraph.

<h1></h2>

Definition: Header style no. 1

<h2></h2>

Definition: Header style no.2

<h3></h3>

Definition: Header style no.3

<h4></h4>

Definition: Header style no.4

<h5></h5>

Definition: Header style no.5

<h6></h6>

Definition: Header style no.6

<strong></strong>

Definition: Bold text

<em></em>

Definition: Italic text

<u></u>

Definition: Underlined text

<li>

Definition: A list

<ol>
<li>
</ol>

Definition: Numbered list

<ul>
<li>
</ul>

Definition: Bulleted list

<img src="...">

Definition: Image. Replace ... with the url of a file in another website.

<!--...-->

Definition: Comment. Replace ... with anything. This will be ignored by web browsers.

0 Comments:

Post a Comment

<< Home