I’ve been reading through stuff on html5 but have a very basic question: what do I need for html5? Do I need to download anything (from where?)?
I have LAMP…does HTML5 support mysql databases?
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.
You do nothing – you just do what you always do with any HTML files. HTML5 only works in browsers that support new HTML5 tags. Those that don’t support new tags will be rendered as just another inline tag.
mySQL doesn’t care about what HTML you use. You need to use PHP or programming language to interface with DB to output to a HTML file.