Basic setup PC for making webpage using HTML for beginner
In this article I am going to show you how you setup your PC to start writing HTML code.
Very first thing you need to create a text file on you computer then rename the extension .txt to .html and save it.
Done.Now, this text file converted to a web page, you can write html inside this web page.
Right click and open this file with notepad.
Notepad is a text editor where you can write html code.
You can download any other text editor from internet and use it like sublime text, notepad++ etc.
For opening this web page you need to double click then this file will open with a browser automatically.