Posts Tagged ‘how to build a website’
When it comes to building a website there is a lot to think about. Not just the technical stuff, but the purpose of your website and what you want from it.
Depending on what the purpose of your website is going to be will depend a lot on what you need to know how to do.
I won’t be going into a lot of detail here on domain registration or hosting, that is another topic all in itself.
What I want to discuss today is the development of a website.
There are tools you are going to have to have to do this, you will need a way to create or edit HTML code, you will need a way to upload these files to your hosting account, and you will need some way to capture a visitors information, and you might even need some way to accept payments online from your website.
None of these are hard to do once you understand their process, but it’s that learning curve most do not take the time to learn properly. They want to have a website up right now and that is possible with some of the software out there today and templates. But one thing I definitely learned, the hard way, sooner or later knowing just the basics to HTML coding and how a website works, is a life saver.
Okay you have your domain name registered and you have your hosting setup, now what?
Get yourself a way to edit or create HTML coding, an HTML editor, such as FrontPage or Dreamweaver or a free editor. There are hundreds out there, so do a search on your favorite search engine and see what is out there. Play around with some of the free ones to get a feel for them to see which one you are most comfortable with.
Now you are going to need a way to sending what you create in your editor to your host, this is called File Transfer Protocol or FTP. There are tons out there so do a search with your favorite search engine, most of these are free to use. Get to understand it and how it works before you begin. This shouldn’t take you very long, most are pretty easy to understand and have tutorials to help you get started.
The first thing you need to decide right now is whether or not you are going to put graphics on your website. This is an ongoing battle of whether graphics help or not, you will need to decide this for yourself and determine if your market is accepting with this. Testing is the best policy here. If you do decide you want graphics then, consider outsourcing this to a professional.
What is the purpose of your website? Are you going to just be collecting names and email addresses to build that list? Are you selling your own product or an affiliate product? These questions need to be answered so you know what type of website you are creating.
If you want to do both, then you will need 2 different websites. This doesn’t mean you need to register 2 different domain names, just 2 different sites. If you are collecting names and email addresses, do not put anything else on this page! If you are selling a product that is all you want there, do not attempt to get them to opt into something also!
Let’s build a website.
Since there are a variety of different types of websites, from squeeze pages, salespages, and information websites, I can’t possible walk you through each one here. But here are the main components of a basic website you should always have in place.
1. Your title of your website – use the code <Title> where you would replace the word Title with your website title. Should be keywords or keyword phrases
2. Your description – use the code <meta descriptionimg>description </meta description> again try to use keywords and keyword phrases
3. Your keywords – use the code <meta keywords>keywords separated with commas</meta> list your keywords using commas, do not stuff this with lots of keywords, keep to only 5 or so keywords.
4. The main body of your website – use the code <body>insert your copy here with any graphics you are going to use using code to define each part</body>
5. For any images you are using use the code <img src=”location of image”>
6. To define your text use the code <font> you can add words after font to define size, color, and family style. Make sure to always close your codes </>
7. To make words or a word clickable by your visitors, use the code <a href=”URL Link”>This is a clickable link</a> now the words This is a clickable link can be clicked by your visitors.
8. Want your text or image to be centered on the page use the code <center></center>
9. For headlines on a page you want to use the code <h1></h1> there are different numbers to place after the h depending on how big or small you want the text to be. The most commonly used numbers are 1 and 2.
10. To make a one line break in between lines use the code </br>
11. To make a new paragraph use the code <p>
These are just some of the basic HTML codes used in a basic website, there are hundreds more that can be used. Learning these will definitely get you started at understanding how a website is built and why it does things.

Do you have a question you need answered?
Get Your Question Answered Today!