In HTML now a Days We are having HTML's new version HTML 5
About HTML 5...
Main Purpose:
- Transforming Webpages to Webapps.
Web apps
- A Web application in which the user can do anything just like we do with apps
- eg: Messaging
- Photo, Video editing
- Sales
- Auctions
- Documents Making etc...
- Eg For Web Apps
- Online Word Processing Packages
HTML 5 is not only a Markup Language. It has Many Extra Advanced Features.
Mainly There are 3 Parts.
- Mark up
- JS APIs ( Application Programming Interface)
- CSS 3
HTML 4 Vs HTML 5
There are 3 major differences
- The Doc Type
- <!doctype html>
- The HTML coding requires a doctype to be specified to ensure that the browser renders the page in standards mode.
- But in HTML 5 no need to specify.
- Character Encoding
- Normally a HTML coding we can to specify the character using <meta> tag in <head>.
- <meta http_equiv..........>
- In HTML 5 <meta charset-"utf_8"> is enough
- Character Encoding.......... W3CInternationalization
- Linking Style
- Normally if we linking a JavaScript or CSS we have to mention the doctype.
- In HTML 5 there is no need for this. It will automatically identify the files of JavaScript and CSS.
These are the majaor differents (I Understood) of HTML 4 to HTML 5..........
For More Details.............W3CWorkingGroup
No comments:
Post a Comment