Creating web page using HTML

Creating our first web page using HTML

creating our first web page using html

Now we need to open our notepad to start creating our first web page, if you are using windows, then go to click on your start menu in the botton side of your screen. Click all programs; Then click on accessories, from there select notepad the software will look like you open microsoft word, while for android phone users just open your notepad you have downloaded from play store as we do earlier now copy this to your notepad
< !DOCTYPE html>
<html>
<head>
<title> my first web page </title>
</head>
<body>
<h2> this is my first html web page </h2>
</body>
</html>
now to save this page as web page click on file in the top left corner of your notepad, click on 'save as' enter any name you wish to give your web page here we will save our own as 'index.html', click on the box down to the save as box which say 'save as type' and select "All type" click save, now that we have create our first html web page.But for our android user if you are using "Note2SD Text Editor" after pasting this just down to the screen on editor toolbar of this text editor click on 'save as', enter the name of the page in our case 'index.html' click on abutton at the right handside of your device from the resulting popup choose "All" click on a 'save', on your SD locate were Note2SD save your document. Ok let us close our notepad and then double-click on our document so that it will automatically open in our default browser or you can drag and drop it on any browser of your choice, and on android just tap on the document we have created different applications will prompt base on your installations choose any browser you find in the prompted list or choose the inbuilt html viewer to open the document as a web page(note that the default html viewer do not support some of the latest updates of the codes)
That is great work now let us made some changes to our web page so that it will look pretty a little bit just open your page in notepad againt under our <body> put the following codes
<section>
<h2>my first html web page</h2>
<div>
<p>
this is possible for any one to create his web site and upload it to the server so that it will be up and running worldwide using html </p>
<p>
we can see that creating website is easy and possible for any one who wanted to be a web designer, as itis not a day job but practice make perfect. </p>
</div>
</section>

codes description

here is output my first web page

this is my first html web page

here he use <H2> as our headind the 'H' described the heading in html and we have six different sizes of a heading such as:

<h1>=heading one</h1>

<h2>=heading two</h2>

<h3>=heading three</h3>

<h4>=heading four</h4>

<h5>=heading five</h5>

<h6>=heading six</h6>

And then we have
<div> which is used to group element.
<p> is use as paragraph.
<body> All the content of the page goes between here</body>.
Thanks For You Reading The Post We are very happy for you to come to our site. Our Website Domain name http://hausanovelspdf.blogspot.com/.
Newer Posts Newer Posts Older Posts Older Posts

More posts

Comments

Post a Comment