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

This is an old revision of this page, as edited by K6ka (talk | contribs) at 12:34, 13 December 2015 (K6ka moved page User:MochaMilk/Creations/HTML/hello.html/code to User:MintChocoChip/Creations/HTML/hello.html/code: Automatically moved page while renaming the user "MochaMilk" to "[[Special:CentralAuth/MintCho...). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
<!DOCTYPE HTML>
<html lang="en">

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

</html>