View Full Version : Difference between XHTML,HTML?
thomasEpand
11-19-2008, 09:42 AM
hello,
What is difference between XHTML,HTML,DHTML? please help me?
Thanks
http://www.infysolutions.com
jasonJ
11-19-2008, 02:29 PM
On html vs xhtml: http://www.w3schools.com/XHTML/xhtml_html.asp
On dhtml: http://www.w3schools.com/dhtml/default.asp
ultralowincome
11-25-2008, 10:00 PM
XHTML is basically XML and HTML put together. It uses standard markup of HTML to make paragraphs and the like, but it uses the rigid rules of XML in order to insure proper page rendering by browsers.
DHTML uses a bit of animation or dynamic content, for example using a link to change the text inside a page instead of going to another page.
HTML is the foundation of web pages, the markup used to build your site. It follows a logical structure and is still used to this day, but XHTML is more rigid and allows for greater compatibiliy with different devices.
shikha mahajan
11-26-2008, 06:14 AM
Hello Friends
Could u please explain me the CSS in HTML..
Thanks
dannyhouk
12-03-2008, 03:41 PM
http://www.w3schools.com/css/css_intro.asp
CSS which stands for Cascading Style Sheets is a uniform way to style HTML elements, typically for text elements but can be used for much more. CSS can be a separate file that an HTML page calls, or it can be embedded in an HTML and referred to inline with HTML tags.
Komal Sharma
12-08-2008, 07:33 AM
hi
Thanks for clear some confussion about the XHTML and HTML... It will be help ful for me...
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.