My first experience with HTML was on a myspace like website call Blackplanet.com. I first started by searching for specific codes that were already built to perform a function. I would just copy and paste the code into my profile and there you had it. Of course I grew an interest in decoding these pre-made HTML codes, so I began to dissect each input. I would erase and add certain things to see the effect and quickly began to realize what each input meant. From there I would visit my local library and check out self help books on HTML and website development.
That’s about as far as I am at the moment, but I must admit, just these basic skills have gotten me further than I would have imagined. Until now, I was unfamiliar with CSS and how it functioned.
The relevance of Web standards is most obvious when we consider emerging technologies. In these times of tremendous growth, the Web needs guidance in order to reach its full potential – and standards can serve as the perfect guides to help realize that potential. Thanks to HTML structuring elements, text documents interpreted by browsers can display their contents according to specified formats. HTML is one of the main reasons why the Web has become so popular over the years. CSS (Cascading Style Sheets) is a mechanism through which changes in appearance and position can be assigned to HTML or XML elements, simply by declaring specific styles to them. The overall appearance of entire sites can be so defined with the use of CSS, allowing it to be remodeled in a matter of seconds. This Standard was brought forward to create a simpler and more structured World Wide Web.
But how is HTML and CSS significant to the present and future??
The use of standards automatically makes every page you build genuinely cross-browser and cross-platform. Anyone who’s been active in Web development for more than 15 minutes knows how time-consuming and complicated it is to double-code for different browser versions. Standards help you avoid such headaches.
With the arrival of new hardware like mobile phones and hand-held devices, coding 100% compatible Web applications will only get harder, if not simply impossible. Using this standards is the most efficient way to achieve a better, more stable Web, where applications we can only dream of today can be turned into the reality of tomorrow.
Web standards offer a set of rules that every developer can follow, understand, and become familiar with. When one developer builds a site according to standards, another will be able to pick up where the former left off as easily as if he had been the one designing it in the first place.
I know that I have only begun to understand the beginning of a more complex form of coding. I realize that HTML and CSS are important aspects of web design now and in the future. It is remarkable the amazing results one can get from using web standards such as HTML, CSS, AJAX and Java. But having a strong understanding for the standards must come first before great works can be created. I hope to gain enough knowledge about these markups to turn it into a business for myself.