Custom Website Design Basics!
Finally! As promised I'm going to start explaining the basics of writing XHTML and how to design a true custom website. But before we can get started on building a custom website, you must first learn what actually makes up a custom website behind the scenes, and actually learn how to write the code.
All websites no matter how big or small are created by writing HTML. Hypertext Markup Code. Don't let the fancy name scare you. For this first post I will briefly explain the basic structure using HTML and during the course of the next few weeks I will explain in greater detail.
Every web page is divided into two parts. The head and the body. The head section is where you write the title, information about your page so that search engines can find it, add style sheets, and write scripts.
The body part is where encloses the content, graphics and text. This is also the only part that your visitors will see when they visit your website.
I know that all this information can be overwhelming at first but with about a years worth of practice, all this will come alot more easier, plus CSS which we wont dive into untill later ion our series. Next time I will start showing you what the actual code looks like and also give you a chance to try some out for yourself. Untill then, good luck and come back soon.
