Answers for "version of html"

2

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>
Posted by: Guest on May-28-2020
1

html versions

HTML 1.0
HTML 2 (developed 1995)
HTML 3.2 (developed 1997)
HTML 4.01 (developed 1999)
HTML5 (developed 2014)
Posted by: Guest on April-22-2021

Browse Popular Code Answers by Language