How to develop your first webpage?Starting with HTML-1
#shareyourwork In the previous blog, I talked about what is html, css and js.In this blog, I will start with creating our first webpage.The things I will be discussing is what software I am using, what OS I will be using and how to run our first webpage. For running our html, css or js codes a notepad is enough.But, it is very difficult to write the codes in notepad.So, I will be using Visual Studio Code which is freely available and it is a very interactive software to use. I will show the difference. Now, to run our codes we need a server. There are two ways of doing this. i)Using Xampp Server ii)Using Live Server available in Visual Studio Code marketplace Xampp Control Panel i)If you have Xampp Server downloaded, open it and start Apache Server. Start Apache Server Here, in my system it is using localhost:8082(look at the port id). Check yours port id in your system. Apache Server is using port id 8082 Now open Google Chrome and type localhost:8082(type port id of your ...


