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

This is an old revision of this page, as edited by MintChocoChip (talk | contribs) at 00:39, 5 December 2015 (Created page with '<source lang="html4strict"> <!DOCTYPE HTML> <html lang="en"> <head> <meta charset="UTF-8"> <title>Getting Started with HTML5</title> </head> <body> <h1>Hello Wo...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(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>