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
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.

1 Comments:
Just want to say what a great blog you got here!
I've been around for quite a lot of time, but finally decided to show my appreciation of your work!
Thumbs up, and keep it going!
Cheers
Christian, iwspo.net
Post a Comment
<< Home