GeekPoint Forum Subscribe to Forum RSS WhoIsHostingThis.com
Please register or login on GeekPoint Forum.
It takes only a minute to register, & moreover,
majority of the ads shown will be removed!
Login OR Register
Register a Free Account
Reply
 
LinkBack Thread Tools
Old 11-07-2008   #11
brad1985 brad1985 is offline
Newbie
Join Date: Jun 2008 Location: the US Posts: 33
Default

Thank you, I'm appreciated what you provided here.
I learnt something about html, maybe it's better to start from the basic.
  Reply With Quote
Old 12-30-2008   #12
hkp819 hkp819 is offline
Junior Geek
Join Date: Dec 2008 Posts: 68
Default

XHTML is not very different from the HTML. XHTML combines the flexibility of HTML with the extensibility of XML. So that you should first learn html first than go for the xhtml.
  Reply With Quote
Old 05-25-2009   #13
filipino music filipino music is offline
Junior Geek
Join Date: Apr 2009 Posts: 91
Default

I think HTML should be first before XHTML so that in HTML you can practice and develop into XHTML.

Filipino online community - profiles, chat, photos, music, videos, games, avatars, lyrics, opm in the Philippines, bar, nightlife.
Filipino music - Social Networking Philippines
  Reply With Quote
Old 05-27-2009   #14
sassy sassy is offline
Junior Geek
Join Date: May 2009 Posts: 167
Default

xHTML is the advance version of HTML. One of the difference is this
the tags in the page MUST be in lower case, so instead of
HTML Code:
<IMG SRC="resource/frankisboat.gif" WIDTH="389" HEIGHT="227" BORDER="0" ALT="boat"> 
as we would do in HTML, we instead use:
HTML Code:
<img src="resource/frankisboat.gif" width="389" height="227" border="0" alt="boat" /> 

Need assistance in Registering business in the Philippines?
company formation philippines
(+632)856-7517
  Reply With Quote
Old 05-30-2009   #15
sudoku_gp sudoku_gp is offline
Junior Geek
Join Date: May 2009 Location: USA Posts: 89
Default

Learn HTML first. Most browsers still well support HTML. So no rush to XHTML.
  Reply With Quote
Old 06-09-2009   #16
Harper Harper is offline
Newbie
Join Date: Jun 2009 Posts: 5
Post

XML is an extension of HTML. HTML is basically used for the presentation of data while XML is used to structure data so that it can be managed in a proper and efficient way. It will be better for you to learn HTML first...
  Reply With Quote
Old 10-19-2009   #17
blues blues is offline
Newbie
Join Date: Sep 2009 Posts: 4
Default Re: Is there a difference? (xHTML / HTML)

I think learn HTML first is good idea!
  Reply With Quote
Old 10-21-2009   #18
samuel65 samuel65 is offline
Junior Geek
Join Date: Oct 2009 Posts: 98
Default Re: Is there a difference? (xHTML / HTML)

I still preferred HTML because XHTML makes me really confused especially there are some codes in XHTML that are not present in HTML.
  Reply With Quote
Old 11-30-2009   #19
flyta flyta is offline
Newbie
Join Date: Apr 2009 Posts: 28
Default Re: Is there a difference? (xHTML / HTML)

In fact you must start with XHTML because there is no harm to start with XTML. It is extended version of HTML. It almost removes all the problem that may be face by a user while programming.
  Reply With Quote
Old 02-25-2010   #20
alfred alfred is offline
Newbie
Join Date: Feb 2010 Posts: 17
Default Re: Is there a difference? (xHTML / HTML)

Thank u so much for you sharing guys.
First Learn HTML bcoz it clear the basic concepts.
  Reply With Quote
Reply
Thread Tools