|
Read our expert Website Hosting Reviews to find the best web hosting company to meet your website needs." What is HMTL? That is a common question, but it is actually HTML standing for "HyperText Markup Language". It is often scrambled up by people because it has no meaning to them, just a bunch of letters. It is often referred to as HotMetal which was actually an HTML editor used in the early internet years. But the term HotMetaL makes it slightly easier to remember. HTML is the language used to assemble pages by web browsers. A series of tags represented by greater than and less than signs enclose terms that tell the browser how to format the page for viewing. The language is very simple and covers only static page functions. To build more interactive pages you need a programing language like perl to process data. HTML is for formatting text and images and creating a page using smaller pieces. This makes transferring pages more efficient by sending the parts to you in bunches and allowing your computer to do the assembly. Today code editors will write the code for you. Using drop and drag page building the program converts what you see to HTML code that the computer can convert back into what you see. It seems like a big circle for nothing, but that is the way it works. Just like your computer converts the actions you take into binary data and back into a GUI that you can use. Its just the way it works. HTML has become less significant to learn than in the past, but it is still the driving tool for every web page on every website on the internet. HTML5, a revolutionary upgrade to HTML, may become a big changer in Web application development. In fact, HTML5 that might even make obsolete such plug-in-based rich Internet application (RIA) technologies as Adobe Flash, Microsoft Silverlight, and Sun JavaFX. "HTML 5 features like Canvas, local storage, and Web Workers let us do more in the browser than ever before," says Ben Galbraith, also co-founder of the Ajaxian Web site and co-director of developer tools at Mozilla. Local storage enables users to work in a browser when a connection drops and Web Workers makes "next generation" applications incredibly responsive by pushing long-running tasks to the background, he says. I wasn't a big fan of Flash anyways. It seemed like a buggy system that tended to crash my browser often. We won't miss you Flash.
|