HTML

First web page using HTML

In this blog you will get to know about how to make your first web page by HTML

Aryan Singh

--

What is HTML ?

The Hyper Text Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript. HTML.

Let’s start,

Firstly you have to install an compiler as I have showed you in my hello world in python blog you can check out it first.

After, you have installed compiler i.e visual studio code then install live server and html & css support through extension .

Make a file in a folder named “index.html”,now we can start to code our first web page :

Step-1:

Step-2:

Step-3:

Step-4:

Your first web page is ready,

the output will be this when you will run on live server :

So, this is how you can make your first web page by html.

Thanks for giving your time,

Aryan Singh

--

--