Monday, 3 February 2014

How to Creat First HTML Web Page

Now we create our first web page. All you need is a text editor to create your first web page. I am going to use Notepad for Windows in this Example.
 
Write the following HTML in your Notepad.
 
Then click File->Save To save the Notepad file
 
 
 
Select your drive and folder where you want to save the page
 
Create a New Folder
 
Name the folder “MyCourse”
 
Give your File name “first.html”
 
 Select file type as “All Files” and save the file
 
For view our firt.html page, go to the folder in your hard drive where you saved the file. And double click the file
 
You would be seeing the following output in your web browser
 
We have successfully created our first web page.
It is even if always better to use a expert web editor like Dreamweaver. As with such editors, there is a lot of material that the editor would do for you like you don’t have to mention the extension, while writing elements, the editor would give you the list of elements to choose from as soon as you start writing. This is called intelligence. This helps to not only speed up writing code but also helps in avoiding spelling mistakes. And if you have written something wrong, based on which expert editor you are using, it would provide you help accordingly.

No comments:

Post a Comment