Closed Thread
Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22

Thread: What is HTML and XHTML

  1. #16
    Junior Member soniasyril is an unknown quantity at this point
    Join Date
    Jun 2011
    Posts
    1
    xhtml must be well formed. ex: <img src="" />

    html format ex: <img src="">

  2. #17
    Junior Member DeityExMachina has a little shameless behaviour in the past
    Join Date
    Jun 2011
    Location
    Sweden
    Posts
    9

    Smile

    The only difference is on the Hypertext

  3. #18
    Jay Street iBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond repute iBrightDev's Avatar
    Join Date
    Oct 2005
    Location
    Not sure, need a GPS.
    Posts
    7,127
    The Most Important Differences:
    • XHTML elements must be properly nested
    • XHTML elements must always be closed
    • XHTML elements must be in lowercase
    • XHTML documents must have one root element

    In HTML, some elements can be improperly nested within each other, like this:
    <b><i>This text is bold and italic</b></i>

    In XHTML, all elements must be properly nested within each other, like this:
    <b><i>This text is bold and italic</i></b>

    both WILL work, but when validating a page for w3c compliance and proper code structure for xhtml, the top one will show error.

    learn all about XHTML and HTML here...http://www.w3schools.com/xhtml/xhtml_html.asp
    Full-service digital agency based in Scottsdale, Arizona - iBright Development

  4. #19
    Junior Member fredpaul has a little shameless behaviour in the past
    Join Date
    Jul 2011
    Posts
    2
    All I know about this topic is, these are both computer languages and written in the form of binary expressions.

  5. #20
    b& deeplist has a brilliant futuredeeplist has a brilliant futuredeeplist has a brilliant futuredeeplist has a brilliant futuredeeplist has a brilliant futuredeeplist has a brilliant futuredeeplist has a brilliant futuredeeplist has a brilliant futuredeeplist has a brilliant futuredeeplist has a brilliant futuredeeplist has a brilliant future deeplist's Avatar
    Join Date
    Dec 2001
    Location
    Auburn, IN - USA
    Posts
    3,168
    Quote Originally Posted by fredpaul View Post
    written in the form of binary expressions.
    What??

  6. #21
    I've never seen HTML that looks like this before

    <0100101010101010101010101010101010101010>

    so why you would think it was written in binary code I have no idea.

  7. #22
    Junior Member spitser is an unknown quantity at this point
    Join Date
    Jun 2011
    Posts
    4
    HTML is a predominant markup language for web pages.HTML is the basic building blocks for web pages.

    Where as

    XHTML is a language in which web pages are written.


Closed Thread

Similar Threads

  1. Replies: 0
    Last Post: March 15th, 2010, 17:59
  2. Need help - xhtml / css
    By Sammie in forum Webdesign / HTML
    Replies: 6
    Last Post: May 30th, 2008, 08:56
  3. xHTML / CSS help
    By Sammie in forum Webdesign / HTML
    Replies: 4
    Last Post: April 5th, 2008, 21:32
  4. Converting my home-site from HTML to XHTML
    By shirker in forum Webdesign / HTML
    Replies: 3
    Last Post: March 27th, 2006, 16:36

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