If you are planning on building a straightforward site there are 2 basic options to select from. You may either write the code yourself, or you may use a programme that may write it for you. Let’s commence with the fundamentals, it helps to know how internet sites work so we can know how to form them. All sites are composed of files full of code which are stored on a host PC.

When you build a domain, you are making files and they have to contain the correct code. When a Web user visits your internet site, the code in the files is read by their computer, and the PC interprets it into the internet page that they see in their browser. For easy internet sites that display info and do not need any sophisticated features or interactive services, the code employed in the files is probably going to be html and css. Html is a markup language; the code is there to inform the browser which parts of the text serve which purpose in the document. It tells the browser which parts of the page are the headings, the links, the paragraphs and the like.

Css is a style language, it tells the browser the way in which the different parts of the page should look, what colors to use, where everything should be, how spaced out things should be and such like. The 2 languages are used together to inform the browser what to display and the way to display it, so that your visitors see your site the way that you intend them to see it. Html and css together is sometimes called simply html, since extremely few sites use html without css. When I mention html in this tract also I am talking about html and css used together. Html code is equivalent to ordinary language in the sense that there is more than one way it can be written to mean a similar thing. Also, regardless of if your code isn’t quite correct; it’ll possibly be accepted by the browser and displayed rather how it’s intended to, just like folk with poor English are accepted most of the time in spite of their mistakes.

This is both a blessing and a curse dependent on how you look at it. There are however one or two advantages to having properly written code. If your code is well crafted, your website is likelier to display properly in a few different browsers. It’s probable to work for folk who use screen readers or text only browsers as well as people who use modern graphical browsers.

It’s also sure to be regarded seriously by search engines and appear higher up in search results. It’ll be simpler to edit and update if you write your own code, and it is going to be likelier to work.


Tags: , , ,