Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Closed Thread
Old 08-16-2008, 07:06 AM what is xhtml?
Average Talker

Posts: 21
Name: mahesh
Trades: 0
what is difference between xhtml and html?
__________________
Learn Photoshop filters effects in easy steps visit
Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE
s_srimahesh is offline
View Public Profile
 
 
Register now for full access!
Old 08-16-2008, 08:10 AM Re: what is xhtml?
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
http://www.w3schools.com/xhtml/default.asp
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
View Public Profile Visit wayfarer07's homepage!
 
Old 08-16-2008, 10:14 AM Re: what is xhtml?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
A few minor errors there
Quote:
1/ You must have a doctype indicator and conform to its rule. For an example:
<!DOCTYPE html Public "-//W3C//DTD XHTML 1.0 Translation//EN"
Transitional not Translation

Quote:
4/You have to quote all your attribues, even simple ones such as <p align="left">
Ok apart from the point that align="left" would be invalid code as the align attribute is deprecated.

Quote:
5/ You must next your tags properly
nest the tags.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
View Public Profile Visit chrishirst's homepage!
 
Old 08-16-2008, 04:36 PM Re: what is xhtml?
bas
Super Talker

Posts: 108
Name: Bas
Trades: 0
HTML is an application of the very flexible SGML.
XHTML is an application of XML which is extended from SGML.

XHTML so is much more strict then HTML. In HTML parts of the layout can be defined (<font>, align=””, <b>, <u>, <I>, …), in XHTML many of these 'only style'-elements or attributes don’t exist anymore. In general you can say in XHTML it’s more about content (style can be done with CSS). In HTML it’s still more a mix of style and content. Because of the more strict syntax XHTML should be more logical, synoptic, more easy to parse and thus faster.

Many people say XHTML is the future, but not everybody agrees with that.

little disadvantage: Internet Explorer still doesn’t support XHTML (however it can be dissolved with different-headers for IE).
bas is offline
View Public Profile
 
Old 08-16-2008, 04:56 PM Re: what is xhtml?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
Internet Explorer still doesn’t support XHTML (however it can be dissolved with different-headers for IE).
Dissolved? you mean send the browser into melt down?

Though that is something of an exaggeration. XHTML1.1 when served as MIME type application/xhtml+xml is not supported in IE6 (and possibly IE7) but is Ok when served with the MIME type of text/html.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
View Public Profile Visit chrishirst's homepage!
 
Old 08-16-2008, 07:23 PM Re: what is xhtml?
SmartBomb's Avatar
Average Talker

Posts: 27
Name: Dave
Trades: 0
Quote:
Originally Posted by chrishirst View Post
Dissolved? you mean send the browser into melt down?
Nice semantic breakdown there Chris !!
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
SmartBomb is offline
View Public Profile
 
Old 08-16-2008, 10:10 PM Re: what is xhtml?
serandfae's Avatar
Do the "Evil Nanner" !!!

Posts: 9,007
Name: Tim Daily
Location: Apex, NC, US, Sol 3
Trades: 0
Long answer short...XHTML is HTML written in XML. Two of the biggest differences are that in XHTML, anything you open must be closed, and everything must be written in lowercase. Funny how many people don't get those two.

tim
__________________
SEO "experts" smell like Big Fish_|_
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

serandfae is offline
View Public Profile Visit serandfae's homepage!
 
Old 08-17-2008, 12:09 AM Re: what is xhtml?
Novice Talker

Posts: 8
Name: Shouvik
Trades: 0
I think xHTML is an advance version of HTML. It makes your website more w3c standard. All tags ends with </tag name>
__________________

Please login or register to view this content. Registration is FREE
- Cheapest Web Hosting

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
cancer10 is offline
View Public Profile
 
Old 08-17-2008, 03:09 AM Re: what is xhtml?
Skilled Talker

Posts: 77
Name: Bill Benson
Location: Florida
Trades: 0
Quote:
Originally Posted by cancer10 View Post
I think xHTML is an advance version of HTML. It makes your website more w3c standard. All tags ends with </tag name>
and for tags with no closing tag like <br> you need to make it <br />

note that for tags like the above, technically you don't need the space between br and the /. Works better for cross browser compatibility if you put it in there though.
bill benson is offline
View Public Profile
 
Old 08-17-2008, 03:54 AM Re: what is xhtml?
Experienced Talker

Posts: 38
Trades: 0
Go through this for a detailed explanation of xhtml
http://en.wikipedia.org/wiki/XHTML
ephouse is offline
View Public Profile
 
Old 08-17-2008, 12:01 PM Re: what is xhtml?
Junior Talker

Posts: 3
Name: Dil
Trades: 0
http://webdesign.about.com/cs/xhtmlxml/a/aa013100a.htm
__________________

Please login or register to view this content. Registration is FREE
bazalti is offline
View Public Profile Visit bazalti's homepage!
 
Closed Thread     « Reply to what is xhtml?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.58840 seconds with 12 queries