User:MintChocoChip/Creations/HTML/hello.html/code

This is the current revision of this page, as edited by Qwerfjkl (bot) (talk | contribs) at 17:24, 8 May 2022 (top: Replaced deprecated <source> tags with <syntaxhighlight>). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
<!DOCTYPE HTML>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>Getting Started with HTML5</title>
</head>
<body>
<h1>Hello World!</h1>
</body>

</html>