# 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


<iframe height="300" style="width: 100%;" scrolling="no" title="Untitled" src="https://codepen.io/donnaware/embed/BaxyNRK?default-tab=html%2Cresult" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">
  See the Pen <a href="https://codepen.io/donnaware/pen/BaxyNRK">
  Untitled</a> by Donna (<a href="https://codepen.io/donnaware">@donnaware</a>)
  on <a href="https://codepen.io">CodePen</a>.
</iframe> 


<div class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="BaxyNRK" data-user="donnaware"  data-prefill='{"tags":[],"scripts":[],"stylesheets":[]}'>
  <pre data-lang="html">&lt;!DOCTYPE html>
&lt;html>
  &lt;head>
    &lt;meta charset="utf-8">
    &lt;title>My First Web Page&lt;/title>
  &lt;/head>
  &lt;body>
    &lt;h1>My First Document&lt;/h1>
  &lt;/body>
&lt;/html>
</pre>
  <pre data-lang="css">h1 {color: blue;
font-family: sans serif;
text-align: center;}</pre></div>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script> 


