HTML Lesson 5: How to write HTML
HTML can be written in many different text editors- in fact, it can even be written in Microsoft Notepad! There are also in-browser options, such as Replit. Personally, I like to use Visual Studio Code, since the color coding of tags makes the whole process much easier. To begin, all you have to do is create an HTML file and you're all set to start typing!
Lesson recap:
- HTML is easy to start with- you can even write HTML using Notepad.
- VSCode is a great software to get started with HTML, and it handles many programming languages as well.
- There are also plenty of in-browser options to choose from when writing HTML.
In the next lesson, we'll learn the most important way to choose HTML tags for a website.