On Jul 19, 9:00 pm, Guy Macon <http://www.GuyMacon.co m/wrote:
HTML 4.01 strict is the best and most recommendable choice for now.
2 main differences between HTML 4.01 strict and HTML 5 is that
- HTML 5 will push the separation between structure and presentation
furthermore. So those who do that already in their HTML 4.01 strict
webpages will have less work to do later in the years to come when
upgrading to HTML 5. Another compelling reason to separate further
presentation (style) from structure (content) is that Internet
Explorer 8 will finally fix a lot of the CSS 2.1 bugs.
- HTML 5 will add new elements which are more semantic elements. <nl>
(navigation lists), <section, <footerfor page footer, <header>,
etc.. which will add more meaning to the structuring elements of
current webpages. Those who already do such page divisions with <div>s
will not feel lost in any way when HTML 5 finally become official.
HTML 5 will in many ways become a more logical, more coherent
extension, continuation of HTML 4 than XHTML 1.x.
Regards, Gérard
--
156 bugs in Internet Explorer 7
130 bugs in Internet Explorer 8 beta 1
In comp.infosystem s.www.authoring.html, Denis McMahon wrote:
>
>
>
Of the three choices you have presented, I would say that
html 4.01 strict is the best choice
>
So, the choice is the mature and widely supported html 4.01,
a stepping stone (xhtml 1.0), or the not fully supported xhtml 1.1.
a stepping stone (xhtml 1.0), or the not fully supported xhtml 1.1.
I'm inclined to go for html 4.01 strict, can anyone convince me
that >this is the wrong decision at the moment?
that >this is the wrong decision at the moment?
Of the three choices you have presented, I would say that
html 4.01 strict is the best choice
2 main differences between HTML 4.01 strict and HTML 5 is that
- HTML 5 will push the separation between structure and presentation
furthermore. So those who do that already in their HTML 4.01 strict
webpages will have less work to do later in the years to come when
upgrading to HTML 5. Another compelling reason to separate further
presentation (style) from structure (content) is that Internet
Explorer 8 will finally fix a lot of the CSS 2.1 bugs.
- HTML 5 will add new elements which are more semantic elements. <nl>
(navigation lists), <section, <footerfor page footer, <header>,
etc.. which will add more meaning to the structuring elements of
current webpages. Those who already do such page divisions with <div>s
will not feel lost in any way when HTML 5 finally become official.
HTML 5 will in many ways become a more logical, more coherent
extension, continuation of HTML 4 than XHTML 1.x.
Regards, Gérard
--
156 bugs in Internet Explorer 7
130 bugs in Internet Explorer 8 beta 1
Comment