HTML/CSS Service

HTML5 tutorial

Category: CSS 2 Tutorial    |    2,068 views    |    Add a Comment  |   

This new version of HTML—usually called HTML 5, although it also goes under the name Web Applications 1.0—would be instantly recognizable to a Web designer frozen in ice in 1999 and thawed today. There are no namespaces or schemas. Elements don’t have to be closed. Browsers are forgiving of errors. A p is still a p, and a table is still a table.

At the same time, this proverbial unfrozen caveman Web designer would encounter some new and confusing elements. Yes, old friends like div remain, but now HTML includes sectionheaderfooter, and nav as well. emcode, and strong are still present, but so are metertime, and mimg and embed continue to be used, but now there are video and audio too. However, closer inspection by the caveman designer would reveal that these elements aren’t that different. Many of them might be things the designer needed back in 1999 but didn’t have. All these new elements are easily learned by simple analogy with elements the designer already understands. In fact, they’re a lot easier to learn than Ajax or CSS.

Share/Save/Bookmark

 

HTML 5 Tutorials

Category: CSS    |    953 views    |    Add a Comment  |   

 

evelopment of HTML stopped in 1999 with HTML 4. The W3C focused its efforts on changing the underlying syntax of HTML from Standard Generalized Markup Language (SGML) to XML, as well as completely new markup languages like Scalable Vector Graphics (SVG), XForms, and MathML. Browser vendors focused on browser features like tabs and RSS readers. Web designers started learning CSS and the JavaScript™ language to build their own applications on top of the existing frameworks using Asynchronous JavaScript + XML (Ajax). But HTML itself grew hardly at all in the next eight years.

Frequently used acronyms

  • CSS: Cascading Style Sheets
  • HTML: Hypertext Markup Language
  • W3C: World Wide Web Consortium
  • XML: Extensible Markup Language

Recently, the beast came back to life. Three major browser vendors—Apple, Opera, and the Mozilla Foundation—came together as the Web Hypertext Application Technology Working Group (WhatWG) to develop an updated and upgraded version of classic HTML. More recently, the W3C took note of these developments and started its own next-generation HTML effort with many of the same members. Eventually, the two efforts will likely be merged. Although many details remain to be argued over, the outlines of the next version of HTML are becoming clear. Read more…

Share/Save/Bookmark