How To Start Designing Web Pages If You Do Not Have Any Experience
When I started designing internet websites I had no idea what I was doing
. I didnt know what any languages were called, what web hosting meant or how to register a domain name. If you talked to me about desiging a web page I would get given you a vacant deer in the headlights look and perhaps started crying. If you feel like you are in this state of mind have no fear! I will try to present everything you will need to get started desiging web sites.
firstly of all you need to find a host. A host is a CPU that will store your internet site files after they are created. You need to have a host because when individuals try to visit your site they get to actaully go someplace to view the files. When individuals type in web addresses they are actually going to a new processor to view the pages that are stored on that processor. Hosts are all over online and easy to find and rate. Some range from $5 per month up to 1000's per month.
After you have found a good host you will need to register a domain name with any registrar service. There can only be one unique domain on-line for each domain so you may have to be very specific about what you are naming it in case the domain you want is already taken. You mainly need a domain name because individuals wont know to type in the computers address where you files are saved so the domain name makes it easier to access them.
Once you purchas the domain name and get it pointed to a internet hosting computer all you have to do is create files and upload them to the host processor. The simplest file to create is a html file. So open up a text editor on top of your CPU and type the following:
Hello this is my internet site. Thanks for stopping by.
Save this text file as index.html. Upload that to your hosting account and there you go. If you type in your internet address you should see the words in your code. This is principally how you set up a webpage.
Now obviously there are a lot of other things you will want to add to a page like images styles etc. But for now at least you know how it all goes together. Good luck in your internet design goals and with a bit of luck this will help you get started.