What is HTML: Exploring the Basics

Поділитися
Вставка
  • Опубліковано 5 лис 2024

КОМЕНТАРІ • 8

  • @thecommoncoder
    @thecommoncoder  8 місяців тому

    NOTE: If you are following along with the demo in this video, be sure to save your HTML document before viewing it in the browser. 🙂
    What else would you like to learn about HTML? Let me know! 👇

  • @theforoumfurry
    @theforoumfurry 8 місяців тому +1

    Hello! This is exactly what I was looking for! Much appreicated but quick question as I am not getting the HTML page at the end when following along. I have the exact same code as you but the tab shows the title as "index.html" and there is just a blank web page with nothing on it. Any idea as to whats going on?

    • @theforoumfurry
      @theforoumfurry 8 місяців тому +1

      when I inspect the page I only get

    • @thecommoncoder
      @thecommoncoder  8 місяців тому

      Hey! Thanks for watching and for the comment. 🙏 I'm not 100% sure, but it sounds like you might have a syntax error. If you want, you can try pasting your code into this codeshare and I can check it out:
      codeshare.io/J7b0ry
      Let me know once you've pasted your code and I'll take a look. I'll reply back on this thread if I see any issues. 👍

    • @theforoumfurry
      @theforoumfurry 8 місяців тому +1

      @@thecommoncoder Hey I posted it. Thanks in advance for any feedback and even posting this in the first place!

    • @thecommoncoder
      @thecommoncoder  8 місяців тому

      Thanks! The syntax looks good... the only thing that really stands out to me is that "UTF-8" is usually in lowercase. Can you try changing it to lower case and trying again?
      Also, I just realized that I skipped a step in the recording. In order to see your HTML in the browser, you'll need to make sure you save the file first. You can tell that the file isn't saved in VS Code if you see a number on the Explorer panel, or if you see a little circle next to the file name on the currently open tab. To save, click on the "File" menu and then click "Save All".
      Once you've saved, try opening the HTML document in the browser again or clicking refresh if it's already open.
      Let me know if that fixes the issue!

    • @theforoumfurry
      @theforoumfurry 8 місяців тому +1

      @@thecommoncoder The problem was that it wasnt saved! Thanks you have now allowed my to continue my HTML journey haha