article id #83
categorized under 웹이야기 & written by cryinglemon
categorized under 웹이야기 & written by cryinglemon
원문 : [W3schools Html5 Intoduction]
What is HTML5?
HTML5 will be the new standard for HTML.
The previous version of HTML, HTML 4.01, came in 1999.
The web has changed a lot since then.
HTML5 is still a work in progress.
However, the major browsers support many of the new HTML5 elements and APIs.
How Did HTML5 Get Started?
HTML5 is a cooperation between the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG).
WHATWG was working with web forms and applications, and W3C was working with XHTML 2.0. In 2006, they decided to cooperate and create a new version of HTML.
Some rules for HTML5 were established:
- New features should be based on HTML, CSS, DOM, and JavaScript
- Reduce the need for external plugins (like Flash)
- Better error handling
- More markup to replace scripting
- HTML5 should be device independent
- The development process should be visible to the public
'웹이야기' 카테고리의 다른 글
[매일 HTML5 공부 03] 새롭게 추가된 요소와 제거된 요소 (0) | 2013.05.02 |
---|---|
[매일 HTML5 공부 02] 추가된 개념 (0) | 2013.05.02 |
[매일 HTML5 공부] 를 시작하며 (0) | 2013.05.02 |
인라인요소 와 블록요소 (0) | 2012.12.27 |
strong 과 bold (0) | 2012.12.27 |