In this short HTML tutorial, I explain where we should write our HTML code in both Windows and macOS, as well as how to start writing some basic HTML.
Build your next awesome project:
https://www.tubebuddy.com/quicknav/la...
Are you wondering "where should I write HTML code?"
We will talk about the easiest way to start writing without installing any additional application on your computer, using Notepad, or Textedit, and then we will delve into the most popular way to write code today using Visual Studio Code.
Watch part 3 of this course here: • What are the Main Elements of HTML Do...
Chapters:
0:00 - Where should I write HTML code
1:00 - Writing HTML in Notepad or Textedit
2:00 - Creating our first HTML element
3:00 - Opening and closing tags
4:40 - Creating a Head element and indenting our HTML code
6:00 - Creating a Body element and a Heading element
7:38 - Adding text to our Heading
8:25 - Opening our HTML document in our browser
9:23 - Using the Inspect feature in our browser
11:10 - Installing and using Visual Studio Code (VSCode)
12:55 - Creating an HTML file in Visual Studio Code (VSCode)
15:40 - Comparing VSCode to Notepad
16:30 - Adding HTML elements using the suggested feature in VSCode