XHTML and HTML
According to w3schools in their Introduction to XHMTL, view link" rel="nofollow">view link XHTML is a stricter and cleaner version of HTML and is almost identical to HTML 4.01. XHTML consists of all the elements in HTML 4.01, combined with the strict syntax of XML.
Here's what they give as 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
They suggest that folks need to bring up their code to the 4.01 standard (and have a reference to help with that). The also state, "you should start NOW to write your HTML code in lowercase letters, and NEVER skip closing tags."
If you are interested improving your skills, their XHTML tutorial will give you a great start. view link" rel="nofollow">view link w3schools.com/xhtml/default.asp
They also describe the steps they took to change their site from HTML to XHTML transitional. Here's the part of the tutorial that details the steps: view link w3schools.com/xhtml/xhtml_howto.asp
There's some good info here is you are considering creating your own website or are interested in updating some you already have. If you have some tips or suggestion - or questions, don't hesitate to post.
Here's what they give as 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
They suggest that folks need to bring up their code to the 4.01 standard (and have a reference to help with that). The also state, "you should start NOW to write your HTML code in lowercase letters, and NEVER skip closing tags."
If you are interested improving your skills, their XHTML tutorial will give you a great start. view link" rel="nofollow">view link w3schools.com/xhtml/default.asp
They also describe the steps they took to change their site from HTML to XHTML transitional. Here's the part of the tutorial that details the steps: view link w3schools.com/xhtml/xhtml_howto.asp
There's some good info here is you are considering creating your own website or are interested in updating some you already have. If you have some tips or suggestion - or questions, don't hesitate to post.
posted
by Mimi58