Saturday 7 May 2011

HTML - Getting Started

What You Need
1. You don't need an HTML editor
2. You don't need a web server
3. You don't need a web site

Create Your Own Test Web
First open any HTML editor like notepad, dreamweaver, frontpage, golive etc. and paste the below shown code and save it ".html" extension. (Example suppose your file name is "home.html") Double click the "home.html" file and open it.

Below the first HTML code:

<html>
<head>
<title>This is my first page</title>
</head>
<body>
I am a web designer. i am live in kolkata. My name is Santu Mondal. Now I am a employer in a web design company.
</body>
</html>

No comments:

Post a Comment