Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: HTML extensions: yes or no?  (Read 3362 times)

0 Members and 1 Guest are viewing this topic.

Big

    Topic Starter


    Beginner

    Thanked: 4
    • Experience: Experienced
    • OS: Windows XP
    HTML extensions: yes or no?
    « on: August 30, 2010, 10:36:58 AM »

    Introduction
    I have read that using extensions to HTML (particularly done in the past by Netscape and Internet Explorer), e.g. moving and layered text, scripted dynamic documents, absolute text- and image positioning - is discouraged because if you use a non-standard HTML tag (such as the extensions), you are excluding a particular part of your audience.
    An old solution to this could be, make an initial home page with two buttons "I use FireFox"/"I use Internet Explorer". I believe this choice is now made in JavaScript, embedded in the header (but what if the user blocks JavaScript? I suppose show a message "you need JavaScript").

    And so, let your browser do the formatting, you focus on the content and stick to standard HTML. So it seems to be the purpose of HTML.
    This is especially true when your document may look glorious on your browser but very ugly on others.

    The Question
    Is it best not to use extensions for these reasons, or has the Web 2.0 advanced enough so that these problems no longer exist?


    Computerhope is corrupt.

    kpac

    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: HTML extensions: yes or no?
    « Reply #1 on: August 30, 2010, 10:43:50 AM »
    What "extensions" do you mean?

    Quote
    An old solution to this could be, make an initial home page with two buttons "I use FireFox"/"I use Internet Explorer". I believe this choice is now made in JavaScript, embedded in the header (but what if the user blocks JavaScript? I suppose show a message "you need JavaScript"
    Not necessary to use Javascript.

    Quote
    And so, let your browser do the formatting, you focus on the content and stick to standard HTML. So it seems to be the purpose of HTML.
    Yes, the idea of HTML to place objects on a web page. But that's where CSS comes in handy.

    Quote
    This is especially true when your document may look glorious on your browser but very ugly on others.
    Not if you design the site properly.

    Big

      Topic Starter


      Beginner

      Thanked: 4
      • Experience: Experienced
      • OS: Windows XP
      Re: HTML extensions: yes or no?
      « Reply #2 on: August 30, 2010, 11:07:55 AM »

      Well,
      Quote
      e.g. moving and layered text, scripted dynamic documents, absolute text- and image positioning
      ,
      i.e.:

      - <marquee>
      - <blink>
      - <img size="70%">

      Not sure if they are extensions.
      Computerhope is corrupt.

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: HTML extensions: yes or no?
      « Reply #3 on: August 30, 2010, 11:47:19 AM »
      marquee:

      http://w3schools.invisionzone.com/index.php?showtopic=9890

      <Blink> is stupid and doesn't deserve to exist.

      CSS can change image sizes I believe.
      I was trying to dereference Null Pointers before it was cool.