PDA

View Full Version : HTML Development basics **Tutorial**


Oj_RuLeS
20-06-08, 11:35 AM
This is for beginners only if you have a bit bit of HTML knowledge then you won't find anything of interest in this.

What is HTML ?

HTML represents Hyper Text Markup Language. HTML is/can used to develop websites.

Info = HTML doesn't support advanced functions like User registration, send mail etc. You have to use scripts like php for that.

Ok now the main question how do I develop an HTML page ?

There are a few ways of developing HTML.

1. Use Notepad and type all the stuff in it
2. Make use of tools which make your job easier (I prefer this)

Which tools are available If I want to make a website ?
There are many tools but some famous one is Adobe Dreamweaver. I use Coffee Cup HTML editor 2007.

What if I want to develop HTML in Notepad ?
No problem we are here to teach that also.

First we will start with the very basics of HTML.

Oj_RuLeS
21-06-08, 04:07 PM
Lesson 1: Your very first HTML



1. Open Notepad and type in as shown in the screenshot below

http://i170.photobucket.com/albums/u278/omkarjere/Tutorialistic/HTML1.jpg

2. Now save it with .html extension as shown below

http://i170.photobucket.com/albums/u278/omkarjere/Tutorialistic/HTML2.jpg

3. Result

http://i170.photobucket.com/albums/u278/omkarjere/Tutorialistic/HTML3.jpg


Explanation coming soon ::)