html website

First HTML Page

How can we use  HTML?

HTML stands for Hyper Text Markup Language. We use it to develop websites using HTML tags.
I told you it is an effortless way there, There are lots of editors to run HTML like sublime Notepad, but it becomes very easy if we use Notepad.

 

  • Steps to making the first page
  • Open Notepad as  html editor
  • Write  it on Notepad

<html>

<head>

<title>

My first webpage.

</title>

<\head>

<body>

Welcome to my first web page.

Goto Top of the Page

</body>

here first page is finished

How to save?

I told you the easiest way to save save HTML page.

firstly you make the new folder in any drive like it may be in c drive or maybe in any other like F drive or any other and then give it the proper name as I give it the name web page. Then go to your notepad page where you write the HTML program open the file go to the save program option click it .it brings you to the computer drive page where you make a folder open the folder you make like I make a webpage I open it and save the HTML page on it giving any name but you must use.html with a file name like save it giving name web.html then it will be saved properly and run on the browser.