Pages

Showing posts with label Coding. Show all posts
Showing posts with label Coding. Show all posts

How To Create Webpages With Html


Hello Friends! today i m going to tell u the simplest method of making webpages with the help of Mother language HTML which is the abbreviation of Hyper Text Markup Language.It is the main and fundamental basic language used for making webpages easily.This is a Base of a website act as scatch which is made for a building before construction.It is the base of a website.

How To Generate Code For HTML Page?
First Of All You Should Have A Plate Form For Typing The Code Which is Present in Your Computer Called "Notepad". You can open it to click on the start button and search notepad on search box and then open it. After opening it u have to type a programe in it. and the you have to save it by giving the Extension of  .Html When you save it as it is then you can open it on a browser.after it you have to purchase a domain and hosting to globalize it.
The Basic Tags For Html Page:-
<html>
<head>
<title>
My First web page
</title>
</head>
<body>
<h1>
This is my first <b>heading</b>
</h1>
<p>
This is My first <b>Paragraph</b>
</p>
</body>
</html>
The Above Program is consist of many tags which are opened and closed in the Basic <HTML>
Tag and Closed in the Closing Tag </HTML>
CAUTIONS
All the Tags should be Opened As Opening Tag < > and Closed As closing tag </>
All the tags should be closed before opening another tag
The body Contents should be in <body> tag
Title of the page Is written in <head> tag 
And so on................
Your Suggestions are very necessary for amendments and changing Thanks
 
Designed by