Things to add to HTML5 Boilerplate HTML markup

Editing HTML5 Boilerplate 4.1.0

  • Edit line: <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1.5“>
    • For mobile device browsers, set the initial scale to 100% zoom and limit the zooming to 150%
  • New line: <link rel=”shortcut icon” href=”img/favicon.ico”>
    • Place your icon inside the img folder
  • New line: <link rel=”stylesheet” href=”css/ui.css”>
    • Start with a blank stylesheet alongside normalize and main.css

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *