Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to create HTML page or Web pages-Website in Html simple

Tags: html tags provide


To create any  simple web page you need to follow these steps:-


  1. Open a new document anywhere on the computer where you can easily locate it and save it with extension (.html).
  2. Now Open .html file with any Text Editor like Notepad++ or Edit Plus or you can  open with Windows Notepad.
  3. Start a Html tag with Symbol and close with tag. You have added all other HTML tags between these two tags.
  4. Now put > tag within HTML tags.Head tag is used to provide information about your page in the browser that helps to load your pages on browsers. It also used to attach internal or external CSS ,javascript in your pages.
  5. Head tag is also included tag which is used to provide title to your web page it shown on the title bar of your web browser.
  6. Now is the main part of your page is the body part that will show on the browser window.It start's with opening body tag and close with .
  7. After creating body tags now you can add you contents on your web page with the help of different HTML tags.
For example we can add text headings in your web page by using heading tags.There are six heading tags for different font size.From

to
.


Take an example we add "Hello Jenny" word with heading tag

.



   
          My First Text on Web
   
   
           

Hello Jeanny

   




Related Post:
Add Image Audio in Html page or website


Please Comment and provide any suggestion!! THANKS



This post first appeared on The Code Developer, please read the originial post: here

Share the post

How to create HTML page or Web pages-Website in Html simple

×

Subscribe to The Code Developer

Get updates delivered right to your inbox!

Thank you for your subscription

×