Now That I Can Used A CodeEditor...

Figuring out the upload/download to Hashnode

Now That I Can Used A CodeEditor...

I figured out how to use a code editor, but now I have to figure out how to upload to Hashnode.

I am again, happily confused...

Good night

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>My First Web Page</title>
  </head>
  <body>
    <h1>My First Document</h1>
  </body>
</html>
h1 {color: blue;
font-family: sans serif;
text-align: center;}