HTML: The Basics

I added another part, so you can see i typed it by myself
and i'm just posting here what i know, because i'm not really that much experienced
 
Very nice article for the basis of HTML, it is very helpful for those who want to develop and website, thanks for sharing.
 
Cool....thanks for sharing...some tags and attributes that are use in body.
<body>
<img src="path of image">
</body>
To add color to your page
<body bgcolor="your desier color">
 
You can use <i> </i> for italic, <u> </u> for underlined<s> </s< for strike
 
Hey I know the basics on HTML and some bits on CSS but I can't do PHP, could you run by a few basics on that as well? or if you have an e-book or something I've been looking for ages :/
 
Back
Top