How to upload my HTML file

<! doctype html>
<html>
<body>
<title> How to write a html file</title>
<h1> how to write html</h1>
<p> when creating a html file you make use of of your notepad
</p>
<h2> processing of html</h2>
<p> when starting you make use of word like doctype, head, paragraph, body etc. You also make use of punctuation marks like <>and / .</p>
</body>
</html>