What are HTML5 presentations exactly… and what is the technology that they rely on?
Is it just plain CSS + AJAX? Or is it something else entirely?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
An HTML5 presentation system is just a presentation framework written with HTML5 technologies. For example, some presentation systems: http://www.sitepoint.com/5-free-html5-presentation-systems/.
Because presentation slides are dynamic, frameworks are necessarily written in Javascript and CSS.
Basically, it’s just the same as all other client-side frameworks built on top of Javascript and CSS. The only difference is the purpose that it is designed for. Where other frameworks are made for dynamic client-side web applications, HTML5 presentation systems are frameworks designed for … presentations.