structure html w3school code example
Example 1: html starter
<!DOCTYPE html>
<html>
<head>
<title>PUT A TITLE HERE</title>
</head>
<body>
<canvas id="canvas" width="200" height = "200"></canvas>
<script type="text/javascript">
//put your code here
</script>
</body>
</html>
Example 2: what is html
Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript