PDF download Download Article
Convert any plain text file into an HTML page using Notepad, Notepad++, or another coding software
PDF download Download Article

Did you know that if you type up some HTML in Notepad, you can save it in a way that it opens up in your browser, like a website? It won't be a fully fledged public site unless you turn it into one , but you can still see the effect of your HTML in your own private browser. HTML is the markup language of the entire Web, being one of the core components along with CSS and JavaScript .

  1. Advertisement
  2. Advertisement

Community Q&A

Search
Add New Question
  • Question
    How do I add audio and video in HTML to my first website?
    Community Answer
    The HTML element is used to embed sound content in documents. It may contain one or more audio sources, represented using the SRC attribute or the element, the browser will choose the most suitable one. It can also be the destination for streamed media, using a MediaStream.
  • Question
    Can I edit the HTML file after saving it?
    Community Answer
    Yes! Just go to the original text document, edit it, and then save it. All new changes will be seen on the website.
  • Question
    I followed the instructions correctly, but it doesn't seem to work. How can I fix this?
    Community Answer
    Either repeat Step 5 while making sure to add ".html" at the end of the file's name and select "All Files (*.*)" or verify that your code is correct without any errors.
See more answers
Ask a Question
      Advertisement

      Video

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!

      About This Article

      Thanks to all authors for creating a page that has been read 275,824 times.

      Is this article up to date?

      Advertisement