1<!DOCTYPE html>
2<html>
3<head>
4 <title>PUT A TITLE HERE</title>
5</head>
6<body>
7 <canvas id="canvas" width="200" height = "200"></canvas>
8
9 <script type="text/javascript">
10 //put your code here
11 </script>
12</body>
13</html>
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>HTML basics</title>
6 </head>
7 <body>
8
9
10 </body>
11</html>
1HYPER-TEXT MARKUP LANGUAGE
2It is one of the standardised markup languages that
3defines the layout of a webpage.
4
5You can use CSS to aid in the styling of the webpage.