So you want to learn how to code a website from the ground up? HTML is your start.
What is HTML?
HTML stands for Hyper Text Markup Language. It is the language that structures the format of a document with the following elements: links, images, text, and other objects.
HTML files usually have an htm or html extension and can be created with any text editor, including Notepad.
Programmer’s Notepad is an excellent free program which provides you with a nice programming environment with syntax highlighting, opening multiple tabs under its window, templates and more. I use it when I edit simple HTML files. So check it out.
Where do I start coding HTML?
With Notepad, simply open a new file. Then go to File -> Save As. Choose All Files under Save as type.

Then give your file the name homepage.html. Any name with the .html extension should work fine.
Read more »

