How to create a web page using HTML in 5 steps ?
Hi,Today i am going to Explain how to create a simple webpage using Text Editor in Few steps
Follow Bellow steps
1.Click Right Button of your mouse
2.And choose 'NEW'
3.click on 'Text document'
4. and paste the below html code
5.and save as file with .htm or .html extension
6.over...open your file
Automatically A small page will be opened with your's default Browser
CODE:
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
OUTPUT:

here you can change "My First Heading" and "My first paragraph." by your name and so
Follow Bellow steps
1.Click Right Button of your mouse
2.And choose 'NEW'
3.click on 'Text document'
4. and paste the below html code
5.and save as file with .htm or .html extension
6.over...open your file
Automatically A small page will be opened with your's default Browser
CODE:
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
OUTPUT:

here you can change "My First Heading" and "My first paragraph." by your name and so