HTML: How to create your first web page

Let’s see how you to create your first web page.  You have now installed your first plugin in your VSCode.  As we proceed you may need to add more plugins using the same technique. So congratulations. Now if you are viewing the

What is HTML

What is HTML? HTML stands for Hypertext Markup Language. It is markup language and not a programming language. HTML documents are described by html tags such as <h1> <p> <a>. These tags describes a different type of content such as heading, paragraph

How to install VSCode – Our Text Editor

Before we start coding our HTML let’s know how to install VSCode which will use as our code editor.  Code editors are programs we use in writing code before actually running it on the browser to see how our applications will work.