Features XHTML?

Discussion in 'HTML & Website Design' started by ggiindia, Oct 3, 2012.

  1. #1
    Hello Guys,

    I am Looking for Some Basic Features for XHTML Here But Unable to get That. SO Guys Please Help me By Sharing some Features of XHTML With me?
     
    ggiindia, Oct 3, 2012 IP
  2. GMF

    GMF Well-Known Member

    Messages:
    855
    Likes Received:
    113
    Best Answers:
    19
    Trophy Points:
    145
    #2
    Found something that might interest you

    
    http://www.sitepoint.com/forums/showthread.php?393445-XHTML-vs-HTML-FAQ
    http://lachy.id.au/log/2005/12/xhtml-beginners
    
    Code (markup):
     
    GMF, Oct 4, 2012 IP
  3. cpmaster

    cpmaster Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    XHTML is not much different than HTML.
    The basic idea is that XHTML is based on XML and that's why any element must have a closing tag,
    for elements without a closing tag like br, we use: <br />

    Another basic idea is that in XHTML all the the tags and properties must have lower-case letters.

    that's the basics, for more info read the articles GMF post above.
     
    cpmaster, Oct 4, 2012 IP
  4. arunt

    arunt Greenhorn

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #4
    XHTML elements must always be closed. XHTML elements must be in lowercase and values assigned must be surrounded by quotation marks. XHTML documents has only one root element.
     
    arunt, Oct 4, 2012 IP