After learning how to code (I'm very new to this) Where and how to write.
So after learning how to write HTML I would like to make my first webpage. Nothing fancy but, just to try out my new skills I learned and to get better. My problem is, where and how do I write the code and upload it to the web? I'm very new to this as you can tell so any help would be great! Thanks!
HTML you can write and test locally. just set up a separate folder for each web site:
-Write the html files with a text editor. I use crimson editor but notepad+ is very popular.
- Run the web page by right clicking on the file, select open with and chose a browser: Internet Explorer, Google Chrome, Firefox etc...
Note: You can set the default action of the left click on an html file to launch the browser. It saves having to right click and select it every time.
Bookmarks