The beautiful thing about HTML is - it requires very little to begin. All you need to begin writing in simple HTML text files is a simple text editor. You can download free text editors for both PC's and Mac's.
Here is a step by step guide for those new to HTML coding that I complied through my endeavors to try and learn/teach myself coding:
- Open a text editing software
- Add the document heading
- Save the document with the .html extension
- Add a title ('title') tag
- Add heading ('h1') and paragraph ('p') tags - make sure to close them!
- Add content to the paragraphs
- Add images to the page using the ('img') tag
- Add lists to the page using the ('li') tag
- Add links to outside websites using the ('a') link tag
- Link a CSS file to add design elements to your HTML page
- Save your document and upload it to your host website