IT Help Desk > Web based Developer Forum

Lets go to learn HTML

(1/1)

Sohel Rana:
HTML(Hyper Text Markup Language) is very much easy and understandable language.Before I start HTML ,I want to say which software is used to write HTML code.There are not need any software to write code of HTML at initially.Just notepad is enough !!!
Now I start step by step..
1.Open the notpad.
2.Then click the file menu of notepad .
3.Then  click the save as.
4.and save the file(choose any name) with html extension (like index.html).
5.Now you see a HTML file is created,where you save it .

Example:

--- Code: ---<html>
    <body>
    Hello World
    </body>
</html>

--- End code ---

6.After write this code save it.
7.Finally open the HTML file.

I think you enjoy it

Best Regard
Sohel Rana
Dept. of CSE
ID:092-15-820
01721137958
 

Navigation

[0] Message Index

Go to full version