Best Web Designs Of the World Forums  

Go Back   Best Web Designs Of the World Forums > DESIGNING FORUMS > HTML Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 08-18-2008, 12:48 PM   #1 (permalink)
Junior Member
 
Join Date: Aug 2008
Posts: 1
Default difference between html and xhtml?

can they be used together? because i think i made half a website in html and the other in xhtml?
Tender Muffin is offline   Reply With Quote
Old 08-18-2008, 12:48 PM   #2 (permalink)
Junior Member
 
Join Date: Aug 2008
Posts: 1
Default

The most important difference between the two markup languages is that HyperText Markup Language, or HTML, is an application of SGML (Standard Generalized Markup Language),1 and allows an author to omit certain tags and use attribute minimization.2 The Extensible HyperText Markup Language, or XHTML, is an application of XML (Extensible Markup Language).3 It doesn’t permit the omission of any tags or the use of attribute minimization.
However, it provides a shorthand notation for empty elements—for example, we could use <br/> instead of <br></br>—which HTML does not.


go there..... http://reference.sitepoint.com/css/htmlxhtml
Regina S is offline   Reply With Quote
Old 10-16-2008, 11:47 AM   #3 (permalink)
Junior Member
 
Join Date: Oct 2008
Posts: 16
Default

HTML is a Hyper Text Markup Language which is used to display the internet website contents on the internet browsers. This is the common language to develop the web site pages.
Dynamic HTML is a combination of technologies to make Web pages dynamic. To most people, Dynamic HTML means a combination of HTML 4.0, Style Sheets and JavaScript.

XHTML is similar to the HTML but follows the rules of XML. XHTML is used to be compatible with XML programming. Following the rules now would make it possible to include XML programming in the future. It is not difficult to change HTML pages to XHTML, but it can be time-consuming. Finding all line breaks and images to include closing tags, converting any uppercase to lowercase and any other incompatibility can be a nuisance. Using a find and replace program can allow you to edit your code faster, but you still have to reupload all those changes. It is recommended that programmers try to remember these rules to comply with W3C recommendations, so the web pages appear correctly in most browsers. The main differences between HTML and XHTML is the case-sensitivity, the need to use closing tags for all tags, the need to use quotes around all attribute values and that all attributes must be in lowercase as XML requires.
Kristin123 is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:53 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.