Jump to content

micthomp

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by micthomp

  1. So I just started teaching myself HTML and I am wondering why my browser won't display this very simple web document. I opened with Google Chrome web browser and it displayed it exactly as it looks below, instead of translating it into a web page. Here is the HTML code I created in TextEdit. I saved it as an HTML doc.

     

     

    <!DOCTYPE html>

    <html>

    <body>

     

    <h1>My First Heading</h1>

     

    <p>My first paragraph.</p>

     

    </body>

    </html>

     

     

    I also attached file to this post.my first first website.html

     

    What am I doing wrong?

×
×
  • Create New...