SitePoint Sponsor

User Tag List

Results 1 to 9 of 9

Thread: Allowed Tags in XHTML

  1. #1
    SitePoint Addict
    Join Date
    Feb 2003
    Location
    Berlin
    Posts
    370
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Allowed Tags in XHTML

    Does anyone know a good website with a list of *all* allowed XHTML tags?
    Maybe a list which also includes the HTML4 tags, but point out, which ones are allowd in which HTML Version?!
    I'm having some trouble to find a plain list at w3c...

    Thanks
    Floezen

  2. #2
    SitePoint Wizard silver trophybronze trophy
    Join Date
    Jul 2003
    Posts
    6,849
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello

    I don't know if it is a complete list, but it has alot on it.

    http://www.w3schools.com/xhtml/xhtml_reference.asp

    Hope this is what you wanted.

    Later
    Johnny

  3. #3
    The CSS Clinic is open silver trophybronze trophy
    SitePoint Award Recipient Paul O'B's Avatar
    Join Date
    Jan 2003
    Location
    Hampshire UK
    Posts
    37,872
    Mentioned
    103 Post(s)
    Tagged
    3 Thread(s)

  4. #4
    SitePoint Addict
    Join Date
    Feb 2003
    Location
    Berlin
    Posts
    370
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    w3schools for example shows the <center> Tag. I thought this was outdated in XHTML, or did I misunderstand it?

    Flözen

  5. #5
    SitePoint Wizard silver trophybronze trophy
    Join Date
    Jul 2003
    Posts
    6,849
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello

    w3schools for example shows the <center> Tag. I thought this was outdated in XHTML, or did I misunderstand it?
    I believe it is only for XHTML transitional and Frameset. It will not validate Strict.

    Also I think it is to be used to format text, not tables or divisions.

    That is my take. I don't use it much, so I may not be the best person to say.

    I found this amongst Pauls' Links above:http://www.blooberry.com/indexdot/ht...s/c/center.htm

    Later
    Johnny

  6. #6
    The CSS Clinic is open silver trophybronze trophy
    SitePoint Award Recipient Paul O'B's Avatar
    Join Date
    Jan 2003
    Location
    Hampshire UK
    Posts
    37,872
    Mentioned
    103 Post(s)
    Tagged
    3 Thread(s)
    Hi Floezen,

    If you'd clicked on the Center tag in that list that johnny gave you, you would have been presented with the answer to your question

    Differences Between HTML and XHTML

    The center element was deprecated in HTML 4.01.

    The center element is not supported in XHTML 1.0 Strict DTD.
    Just click on each one for more info

    Paul

  7. #7
    The CSS Clinic is open silver trophybronze trophy
    SitePoint Award Recipient Paul O'B's Avatar
    Join Date
    Jan 2003
    Location
    Hampshire UK
    Posts
    37,872
    Mentioned
    103 Post(s)
    Tagged
    3 Thread(s)
    This link might also be useful:

    http://aamcf.co.uk/html/attr

  8. #8
    Robert Wellock silver trophybronze trophy
    SitePoint Award Recipient xhtmlcoder's Avatar
    Join Date
    Apr 2002
    Location
    A Maze of Twisty Little Passages
    Posts
    6,258
    Mentioned
    52 Post(s)
    Tagged
    0 Thread(s)
    http://www.w3.org/

    But you won't find just one sheet.
    };-) http://www.xhtmlcoder.com/
    Thinking Web: Voices of the Community

    > March 2013 - SitePoint forums: Spot the Error 3: Calling all Sleuths! Winner Announced!... She knows how to spot simple <code> errors but do you?

  9. #9
    SitePoint Addict
    Join Date
    Feb 2003
    Location
    Berlin
    Posts
    370
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm having some trouble to find a plain list at w3c..
    thanx anyway

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
  •