Xhtml / html / dhtml

Discussion in 'HTML & Website Design' started by sanchyclub, Feb 1, 2011.

  1. #1
    hey,

    I know what is XHTML, HTML and DHTML.

    But I need to know, what is the unique difference in between them?
     
    sanchyclub, Feb 1, 2011 IP
  2. vchris

    vchris Greenhorn

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #2
    XHTML = eXtensible HyperText Markup Language
    New way to code HTML by using <br /> instead of <br> and more... The major difference is all tags must be closed with a / now even the tags with no ending tags.

    HTML = HyperText Markup Language
    Old Html code. <br> <img src="">. Basically not xhtml.

    DHTML = Dynamic HyperText Markup Language
    HTML or XHTML + JavaScript.
     
    vchris, Feb 1, 2011 IP
  3. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #3
    XHTML is HTML reformulated using XML enabling all that XML has available to offer.
     
    drhowarddrfine, Feb 1, 2011 IP
  4. sanchyclub

    sanchyclub Well-Known Member

    Messages:
    625
    Likes Received:
    6
    Best Answers:
    2
    Trophy Points:
    105
    #4
    I see...I was confused about that.

    thanks,
     
    sanchyclub, Feb 1, 2011 IP
  5. b10

    b10 Peon

    Messages:
    755
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    exactly what you mean thats right
     
    b10, Feb 1, 2011 IP