Monday 18 November 2013

How to create web page

These are steps to create the web pages



Step 1: Go to Start menu, then "Programs" and then "Accessories" Click on the "Notepad" or you can also write on notepad++ or dreamweaver.
You can download the notepad++ from the internet
Here is the link to download the notepad++
download notepad++
step 2: write on the notepad or on notepad++ as blow

Browser Language

To tell the browser that is html page we start it with html tag
<html>


</html>

Tags


this is to tell the browser that this is html page .
<tags> are called and these are pair tags
first with open tag and close tag
every open tag has a close tag

step 3: In html tag there is header tag and body tags like below

Head and Body tags


<html>
 <head>

 </head>



 <body>

 </body>
</html>

Step 4: title for web page
title for web page is given by the tags
<title> title of the page </title>



<html>
<head>
<title>title of the web page </title>
</head>

<body>

</body>
</html>


Step 5: Content for the web page
in body tag we write the content of the web page
content of the web page

in content there can be the heading of the page and paragraph


and we can write such like this

<html>
<head>
<title>title of the web page </title>
</head>

<body>
<h1>My first page</h1>
<p>This is my first paragraph</p>
</body>
</html>

Saving page

then save this file with index.html or page.html

then click on the page it will browse in the browser like web page

with title " title of the web page "
heading " My first page"
and paragraph " This is my first paragraph"
For more detail and explaination please contact me in case of help any time

+RDI - UK university distance learning 
+University of York UK Alumni Association
+USA Univerrsity of South Asia
+houzz
+JetBlue
+LivingSocial UK & Ireland 

No comments:

Post a Comment