HTML Tutorial-Introduction
December 9, 2008
HTML stands for Hyper Text Markup Language.HTML forms the basic codes of any web page.If you want to make any web page you should know HTML.
Here is a simple and quick tutorial about HTML at the end of which you should be able to see you own web page.Our approach will be “Learn by doing”
What you need to have before starting-
1.A simple text editor. Notepad in Windows will do just fine.
2.A web browser like IE or Firefox.
3.A little patience
How do you create a web page-
It’s as simple as 1-2-3
1.You write HTML codes or programs in Notepad.
2.Save it as HTML file.
3.You see it in a browser.
So now just make a folder anywhere you like and name it “my_web”.And get ready to make your first web page.
No comments yet