Wednesday, November 20, 2013

About HTML Basic (Creating html)

Posted by Bit Version
Topic

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

Explanation

For Windows Users:
a)Open notepad or wordpad
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 / wordpad 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 ":wq"
c)When ever we want to edit the file, Open the file using vi or quanta+



1 comment: