How to Create Simple Web Pages
![]() |
Web Page |
A web page is a web document. which have all the information and content about any topic or related to any organization. Basically web pages are like your visiting card in full description. You can create your personal or professional web pages. A single web pages are connected with multiple web pages with use of multiple links of web pages. we use many methods to make my web page creative.the basic need of web pages is the programming language to create a web page. we use HTML (Hypertext Markup Language) to create web pages.The next part in web pages are web browser. the web browser displays a web page on your devices. The web browser only support the HTML language to show the Web pages.The browser support two types of web pages. Static web pages or Dynamic web pages. The static web pages are simple web pages which only show the normal contents in web pages. The Dynamic web pages are connected with multiple inherit functions to show the dynamic information use of differential methods.
History:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9tOQRbq6Ap3SlR8WQONmakvnOTvQugsH625K63hHw4Kc5HS6FtFulph65gSGS8lrYw_zPMoTfpga8r4Nnz7RXdf-0bAkJvrS-VKh4vAe1lRPHp39tueZ6E9r3rUQvHLQAJh0ZmeVOkzM/s400/www.jpg)
Domain Types
.edu stands for Education.
.gov stands for government.
.org stands for organization.
.mil,.net,.apra
Create Web Pages:
A web pages only supports the Html Language to show the web page in web browser. Their are two ways to create web pages.First you open your notepad then write the code in html and save notepad file in .html extension . then open the page in web browser.
Second you use many software to create web pages. its provide drag and drop facility. In use of software you modify the content page as per your requirement.
In this tutorial we learn how to create simple web page with help of notepad with HTML.
In First Step you Create a new Folder in your desktop. and press windows + R Button to open your Run command. then write "NOTEPAD" in run command and press enter. so your notepad opened.
![]() |
Right Click in desktop to create folder |
![]() |
Add folder name |
![]() |
Press Windows + R Button to Open Run command |
![]() |
Write Notepad in Run Command |
Step 2:
In second Step you save the open notepad file "Source.txt" in your folder.
![]() |
Save Notepad file in Web Pages Folder |
Step 3:
![]() |
Html Code |
<HTML>
<HEAD>
<TITLE> WEB PAGE </TITLE>
<BODY>
My First Web Page
</BODY>
</HTML>
In third step you need to write the html code.The Basic Rule of HTML language are its structure. The Element start with <HTML> and end with </HTML>. if you open any tag you need to close your tag in html.The second part <HEAD> in this part you add your java script and css file . we add title or meta description in head tag</Head>.The Next part <BODY> the body is a main part of html. the web browser only show the body part </BODY>.
Step 3:
![]() |
Save file in .html |
Its is main step in web page to compile in web browser. we need to save the source file in ".HTML" Extension.
Step 4:
Its is the last step , right click in your html file and click to open. ,So web browser will open and show the body text part.![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRA2mpFe82qximeELSrdBvIspkGkYRwaAGY1BQ2YFSv6BVyknNooJsM0WLE9os40WXJE1HVfoeDQAT2USaNp9z8kI5veOFkV0OaqnGK4qa6lnr9gn9HXz8UiMHgT9ew0vD8j05RblCb48/s200/New+Bitmap+Image+%25288%2529.jpg)