Five Accessible Accomplish to Starting Your Web Page

Posted by Munawar 10 August, 2008

If you are aloof starting out on the HTML trail, there are several accomplish you can booty to actualize your aboriginal Web page. Keep in apperception that this is not a tutorial, but it will advice you get started with your Web page.

1. Discover the affair or agreeable of your site.

The Web has so abounding altered things you can clarify upon. You name it, it’s apparently already there, from underwater bassinet aberrant to Mutual Funds. Finding what you are absorbed in will accomplish a folio that is added fun for others to attending at and read.

2. Determine what blazon of accoutrement you will use to actualize your pages.

You will charge some blazon of HTML editor or argument editor to address your Web pages in. You will additionally charge graphics, photos, or clip-art, and a cartoon program. Finally, you will apparently charge an FTP applicant to get your pages and images from your computer to your Web server.

Don’t be abashed by these software needs. I apperceive bodies who architecture their banners in Word application the acrylic affairs and the argument art feature. You can address your Web pages in any argument editor. And, clip-art can be acclimated to actualize admirable Web pages.

3. Apprentice HTML or your alteration software.

Abounding bodies actualize abundant Web pages afterwards anytime alive HTML. HTML is so accessible to apprentice that it’s about asinine not to, however. If you apprentice HTML afresh you will be able to bound
breach problems that your editor ability cause. Apprentice the afterward HTML codes and you’ll be able-bodied on your way to creating absorbing pages.

Basic HTML Codes

<p> — The paragraph marker
This tag separates groups of text with an extra space. The </p> closing tag is required for valid XHTML.

<h#> — The heading marker
This tag creates headings of various sizes. Replace the #-sign with a number, 1-6. The </h#> closing tag is always required.

<hr /> — The horizontal rule tag
This draws a line across the screen. You can change the length by adding the width
attribute. e.g. <hr width=”50%” /> There is no closing tag.

<br /> — The break tag
If you want a line to end and the text to start again on the next line, use this tag. There is no closing tag.

<strong> — The bold tag
Use this tag to make text bold. The </strong> closing tag is required.

<em> — The italics tag
Use this tag to italicize text. The </em> closing tag is required.

<html> — The HTML tag
This should be the first tag on your page. The closing </html> tag should be the last.
These tell the browser they are working with an HTML document.

<head> — The head tag
The head tag goes right after the HTML tag. The only thing that you need in it is the title
tag. After you’ve included your title, use the </head> closing
tag.

<title> — The title tag
This tag gives your page a title. The </title> closing tag is required.

<body> — The body tag
This tag comes after the </head> tag. It defines the body of your page. The </body>
closing tag is required and goes right before the </html> tag at
the end of your document.

4. Acquisition a abode to put your page.

There are abounding altered places that you can host your pages, some are alike free.

5. Let bodies apperceive about your site.

Once you accept your armpit up, you appetite to accept bodies attending at it.
There are abounding means to advance your pages.

  • Word of aperture — acquaint all your accompany and acquaint them to acquaint their friends.
  • Email — Add your URL to your signature so that every email you accelerate is an advertisement of your Web site. Don’t SPAM people, however. Sending out accumulation emails to advertise your armpit isannoying and some ISPs will abolish your annual for that blazon of action.
  • Banner ads — you can actualize banners announcement your armpit and ask added bodies to articulation to you.
  • Articulation exchanges — if you see a armpit that is accompanying to
    yours, address to the columnist and ask to barter links.
  • Chase engines — abide your folio to every chase agent you can find.
Categories : CSS/XHTML, Web Design, Web Development Tags : , ,

Comments

No comments yet.


Leave a comment

(required)

(required)