So, what's the big deal about HTML 5?
Those of you who use it already what are the main advantages? Cleaner code? More hassle or less as of right now (meaning are browsers using it stably) ?
HTML5
Page 1 of 14 Replies - 342 Views - Last Post: 28 November 2012 - 01:55 AM
Replies To: HTML5
#2
Re: HTML5
Posted 28 November 2012 - 12:35 AM
HTML5 will be the new standard for HTML. The previous version HTML 4.01, is from year 1999. The web has changed a lot since then. Some old useless tags are removed, which can be do with CSS-styles.
Some new tags:
HTML5 is not yet an official standard, and browsers have no full HTML5 support.
Some new tags:
- The <canvas> element for 2D drawing
- The <video> and <audio> elements for media playback
- Support for local storage
- New content-specific elements, like <article>, <footer>, <header>, <nav>, <section>
- New form controls, like calendar, date, time, email, url, search
HTML5 is not yet an official standard, and browsers have no full HTML5 support.
#3
Re: HTML5
Posted 28 November 2012 - 01:32 AM
Ok, so good things out of it then.
Do you use it / actually put it into production? If not, how long is it just a concept do you think?
Or, if you do use it, do you have backup code in place, because that seems redundant, messy, and slow.
Do you use it / actually put it into production? If not, how long is it just a concept do you think?
Or, if you do use it, do you have backup code in place, because that seems redundant, messy, and slow.
#4
Re: HTML5
Posted 28 November 2012 - 01:52 AM
Yes, I use HTML5 at this moment mostly. Trying to learn new tags and forgetting olds...
(hint: one major change is the doctype,
And must learn to use all new great tags such as <header> <nav> and <footer> ...
(hint: one major change is the doctype,
<!DOCTYPE html>otherwise not other major things.)
And must learn to use all new great tags such as <header> <nav> and <footer> ...
#5
Re: HTML5
Posted 28 November 2012 - 01:55 AM
Vompaudi, on 28 November 2012 - 09:52 AM, said:
(hint: one major change is the doctype,
<!DOCTYPE html>otherwise not other major things.)
IMHO, that’s just a fake doctype to trigger standards mode (in IE). other than that this declaration has no use (have you ever wondered, what doctype XHTML5 uses?)
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|