Monday, December 9, 2013

Creating html (Part_01)

Topic: How to create a html file? Beginner guide to html! 

Explanation:
For Windows Users:
a)Open notepad or Word Pad
b)Save the file as test.html
c)When ever  we want to edit the file, go to the directory where the file was saved. Select the file. Press Shift and simultaneously right click the mouse over the file. Now select 'Open With' and select notepad / Word Pad to open then file.

For Linux User:
a)Use vi in a terminal and open a file as "vi test.html"
b)Save the file by using ":index"
c)When ever we want to edit the file, Open the file using vi or quanta+