HTML header

<!DOCTYPE html>
<html>
  <head>
         ...
  </head>
  <body>
         ...
  </body>
</html>

 

<head>
 <meta charset="utf-8">
 <title>Styles Conference</title>
 <link rel="stylesheet" href="/css/main.css">
 <meta name="keywords" content="Put yours here" />
 <meta name="description" content="Put yours here" />
 <script src="PutYours.js" type="text/javascript"></script>
</head>

 

<meta charset="UTF-8">

<!-- If IE use the latest rendering engine -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<!-- Set the page to the width of the device and set the zoon level -->
<meta name="viewport" content="width = device-width, initial-scale = 1">

<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">

Leave a Comment

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