View Single Post
Old 05-12-2014, 03:10 PM   #9
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by cybmole View Post
I stand corrected, but basic HTML5 code will work, I assume, so long as I avoid new features that are not in the epub 2 spec.

I am wanting to learn how NOT to use the now-deprecated tags that are in HTML4, so learning to code to the newer standards seemed a more future-proof strategy.

So is that HTML5 is stricter & richer than XHTML which is stricter than HTML4 ?

I have a (very) old personal web page built with Microsoft Front Page ( that dates it ! ) , full of crud code that you are not supposed to use any more. like tags for <big>, <font>, <center>...
Yes, html5 is still mostly html. Most things in html4 work ok as it supports CSS and Html 3 is worse as it did not. xhtml 1.1 does not violate html4 rules but requires things that are optional in html4. The big thrust in html5 is to support audio/video and fancy scripting. epub 2 does not support any of these constructs. Sigil is a good ePub 2 editor so using it will be fine.

Dale
DaleDe is offline   Reply With Quote