Home » questions » What's the different between HTML and XHTML?

What's the different between HTML and XHTML?

2006-08-07 13:16:11, Category: Programming & Design
visit my website: http://www.xmac.tk/

Answers

  1. cdg1111us

    On 2006-08-07 13:29:12


    HTML allows single tags such as while the XML standard that XHTML is based off of does not. Instead, XML uses another syntax for empty (double) tags that looks like with the slash at the end of the tag.
  2. John J

    On 2006-08-07 13:40:24


    XHTML is the new standard for HTML coding. It requires that all tags must be closed (even one tag ones like
    and ) It also requires that all tags and attributes be lowercased and double quotes (") be used around the attributes. For more info on HTML standards go to http://www.w3c.com/