Step 1: Get Your Domain Name and Host
In order to publish your own home page, you need a domain name and a web host. Pay $10 to $20 per year for your domain registration and $10 per month for a standard hosting plan-some hosting plans include the cost of the domain (see "Resources" for an example).There are also some free web services like Webs.com that allot you a small amount of space to host a web page, but you will have to deal with a domain name that includes "webs.com" or a similar extension.
Step 2: Type HTML Code into Notepad
*Quick note -- do not leave a space between the caret characters and the words inside of the tags discussed.
Open up a blank file in Notepad or another simple text based program. Start writing your HTML code here. Type in < html> and then < title > tags (both opening < title >and closing < /title > tags). Enter a short two to five word title for your home page between the two title tags.
Next type in < body > tags (opening and closing). Write your desired message between the body tags-it can be a simple welcome message. Feel free to add an image in between the tags (the code is < img src=yourimage.jpg > ). You can also add links to text and images-use the tag < a href=http://www.yourlinkhere.com >, type in the text or image code, then close the tag with < /a >.
When done, close the HTML code that you just wrote with the closing tag < /html >
Name your homepage file "index.html," index.htm," "default.html" or "default.htm" (index.html is the most commonly used file name-we'll use that in this example). Your web directory will recognize any of these as your homepage so that the page will appear when you type in your web domain address (such as www.abcxyzcorp.com). See supporting links for an example of what your HTML code should look like.
Step 3: Upload it Via FTP
Download an FTP program to your computer. There are both paid (WS FTP) and free services (like FileZilla). Click "Connect," "Add Connection" or similar and type the account log-in information that was provided to you by the paid web service. Click on the "public_html" folder and place your "index.html" file there.
Visit your website address (such as abcxyzcorp.com) to view your new home page online. Edit your index.html file whenever necessary and re-upload it your site.
Published by Jamie Brown
I love to write. View profile
- Tips on Registering a Good Domain NameSo you're ready to start a website and you have to choose a domain name. You may think this is a brainless task, but there's actually an art to picking the best domain name for your website!
- Finding and Choosing a Domain Name for Your BusinessFinding and Choosing a Domain Name For Your Business
- What is an Internationalized Domain Name?An internationalized domain name is a domain name that contains native scripts or diacritics used in languages such as Hindi, Russian or Chinese. An internationalized domain name does not use the Roman alphabet.
- Successfully Building a Website Means Choosing the Right Domain NameAre you looking to build a successful website? Choosing the right domain name is crucial. SEO starts with the right domain name, search engines love a thought out URL.
How to Choose the Right Domain Name for Your WebsiteChoosing the right domain name to represent your website is not as easy at it seems. Here are a few tips to help you make the right decision.
- Choosing Who to Register Your Domain Name With
- How I Got a Free Domain Name: You Can Too!
- Guide to Using PHP: In Conjuction with HTML
- How to Start Your Website Marketing Campaign in Five Easy Steps
- WordPress - Creating and Using Your Own CSS Style in a Theme
- NYC's Mayo Mike Bloomberg: Domain Name Squasher?
- Top 5 Tips on How to Choose a Domain Name



