Results 1 to 3 of 3

Thread: html doesn't show correctly

  1. #1
    Join Date
    Sep 2012
    Beans
    14

    html doesn't show correctly

    Hi guys.

    I'm learning HTML5 / CSS3. Started 2 classes ago at shool.
    Well: there, they use Windows XP. I use Xubuntu 12.10 on my laptop.

    The manual says that <TITLE> is the title of the tab. Hence, on Windows it shows it correctly, but here... see some shots:

    Is you watch cautiously the manual shot , you can see that the path of the document and the name (Test) is showed on the addres bar, and the title of the tab is (Titre), so that's good


    This is the code:



    This is MY code: <title>Yondaime Hokage</title>



    But in the browser... I'ts not the title but the name of the document that is showed (Chromium) or the pat of the document (firefox)





    What's going on? It should show ''Yondaime Hokage'', not ''Test'' or ''file://home...

  2. #2
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: html doesn't show correctly

    Double-check the format of your comment line:
    <!-- Esto es un comentario>

  3. #3
    Join Date
    Sep 2012
    Beans
    14

    Re: html doesn't show correctly

    well... thanks, you taught me a lesson: always check the code. It was

    <!-- This is a comment -->

    mine was <!-- this a a comment> I just forgot the double --


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •