Simplest HTML5 Page HTML Code Snippet


<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Your Web App</title>
</head>
<body>
<!– Content Here –>
</body>
</html>

Leave a comment