Does Ruby On Rails automatically use HTML5 and CSS3? If not how do I put them in my Ruby On Rails website?
Share
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.
as far as i know you dont “put” html5 and CSS3 anywhere…
they are just newer features available along with the existing html4 and css…
Meaning if you use some new html5 feature as long as the client’s browser supports it you have no worries…
like say you use a video tag in your html, if the user has a proper browser (say the newer versions of firefox and chrome) it will work… nothing to configure n your server.