1 <!DOCTYPE html>
2 <html>
3
4 <head>
5 <meta charset="utf-8">
6
7 <!-- set the text that goes in the browser tab {replace with your page title} -->
8 <title>HTML5 Code Template</title>
9
10 <!--
11 File: /StudentResources/CodeSamples/HTML5_Template.html
12 maintained by {INSERT YOUR NAME HERE}
13 updated by {INSERT YOUR INITIALS HERE} on {INSERT DATE} at {INSERT TIME}
14 -->
15
16 <!-- additional head code goes here, such as the following -->
17
18 <!-- set the icon to use in the browser tab -->
19 <link href="images/OldManInTheMountain_16x16.ico" rel="icon" type="image/x-icon">
20
21 </head>
22
23 <body>
24
25 <!-- body code goes here, such as the following -->
26 <h2>HTML5 Code Template</h2>
27
28 <p><em>Insert the code for your page here.</em></p>
29
30 </body>
31
32 </html>