Use HTML5 On Your Website
Detect HTML5 usage If you want to see that a website is using HTML5 elements or not, you only need to view the source of the website. If the source code starts with the following declaration. <!DOCTYPE HTML> Then, website was marked up with HTML5. By using the HTML5 DocType, you can let the browser…

Best way to use custom fonts on your site cross browser web fonts   If you use custom font in your website using @font-face,then it may possible that it will not display fine in some browsers.   This is due to the font-face browser dependency (every browser supports @font-face slightly differently).   for resolving the cross…