|
|
|||
|
What is HTML? Hyper Text Mark-up Language. Well, you did ask ... HTML is simply the code that's read by your browser, and converted into a web page. It's made up of "tags" - descriptive labels that pass information to the browser. For example the FONT tag tells the browser about the font that the webmaster wants to use - the typeface, colour, and size. Tags usually come in pairs, one to open an instruction, and one to close it.
Many people ask "Why can't I use a drag and drop site builder?" You can - but there are two main problems. These programs are known as "WYSIWYG" or "What you see is what you get". The trouble is, quite often it's "what you see is almost what you get". Trying to force these programs to produce the effect, layout or design that you really want can be hard work. They often create code that is "bloated", full of unnecessary lines. Every extra line makes your page just that tiny bit slower to load - and all those fractions of a second add up! If you're using a fast connection such as broad-band, don't forget that in many parts of the world dial-up modems are still the most common. If your web site is for a business, a slow-loading page could cut you off from many potential customers. Learning HTML can widen your scope - you can look at your code, and understand what it's doing. Making a change to your page will be much easier. Moving parts of your page around can sometimes simply be a matter of moving that section of code. You won't have a lot of extra code that isn't doing anything - and who wants to type more than they have to? So your pages will be quicker to load. When you visit a site, and see an effect that you like, you can take a look at the code to see how it's done. Hey - I'm not suggesting you steal other webmasters' designs! But reading code from a wide range of sites, and learning from it, is a way to increase your knowledge of HTML and how it works. Go To Page: 1 2
The copyright of the article What is HTML? Why use it? in Website Creation is owned by . Permission to republish What is HTML? Why use it? in print or online must be granted by the author in writing.
For a complete listing of article comments, questions, and other discussions related to Dianne Reuby's Website Creation topic, please visit the Discussions page. |
|||
|
|
|||
|
|
|||