/ Published in: HTML
HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
Expand |
Embed | Plain Text
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <meta name="description" content=""> <base href="/"> <!-- for mobile devices --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href=""> </head> <body> </body> </html>
You need to login to post a comment.
