Here are some tips for Beginners learning HTML

Photo by Growtika on Unsplash

Making a File from Windows Terminal
Mkdir = Make a new directory
Touch = create a new index for html file

Visual Studio Code
It is highly essential to understand Visual Studio Code.



What are the things that make a HTML page?
It is important that inside your HTML it is structured correctly. This will make it easier to identify the lines of code.

In the head tag section, meta tags are usually included. This will display more information about the page created.

In the body tag section, presentation tags are usually included. This is what is visible to the eye. 


To understand HTML more further I recommend to visiting pages at:

Comments