Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> What Exactly Is XHTML?, need help
sindhu
post Apr 13 2006, 05:31 PM
Post #1


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 7
Joined: 13-April 06
Member No.: 12,722



i am a regular visitor to http://www.oswd.org, and an enthusiast in learning in css.

but i do nto know the meaning of XHTML, XHTML Transitional and how to test a site for its design consistency and functionability in browsers...

i request help in the above topics, thank you.
Go to the top of the page
 
+Quote Post
twitch
post Apr 13 2006, 06:08 PM
Post #2


Veteran Nut
Group Icon

Group: Members
Posts: 527
Joined: 4-October 05
From: UK
Member No.: 8,895



XHTML = eXtensible Hyper-Text Mark-up Language.

QUOTE(Google Definitions)
eXtensible HyperText Markup Language. An extention of HTML as an application of the XML language.


I suggest you look at http://www.w3.org/TR/xhtml1/#xhtml

Transitional is a DTD of XHTML. XHTML has three doctypes. Strict, Transitional and Frameset.

QUOTE(W3Schools)
XHTML Strict DTD

Use this DTD when you want clean markup, free of presentational clutter.


QUOTE(W3Schools)
XHTML Transitional DTD

Use this DTD when you need to use XHTML's presentational features because your readers don't have browsers that support Cascading Style Sheets (CSS).


QUOTE(W3Schools)
XHTML Frameset DTD

Use this DTD when you want to use frames!


Glad to see you are into CSS.

Check out css zen garden, mezzoblue, and a list apart for excellent CSS guidance.
Go to the top of the page
 
+Quote Post
sid.calcutta
post Apr 13 2006, 06:09 PM
Post #3


Advanced Member
******

Group: Validating
Posts: 111
Joined: 28-January 06
Member No.: 10,917



XHTML is a stricter and cleaner version of HTML.It stands for EXtensible HyperText Markup Language.
XHTML is aimed to replace HTML. It is not totally different from HTML 4.01.
Here you have to write your HTML code in lowercase letters and you are not allowed to skip end tags.
You can check here to learn more about XHTML.
So far as Markup Validation is concerned, you may use W3C Markup Validation Service. It is free.
Regards,
Sid
Go to the top of the page
 
+Quote Post
kgd2006
post Apr 13 2006, 06:38 PM
Post #4


Premium Member
Group Icon

Group: [HOSTED]
Posts: 318
Joined: 1-March 06
Member No.: 11,638



From what I know as a fact learning from tuturials XHTML is a combination of HTML and XML (EXtensible Markup Language). XHTML consists of all the elements in HTML 4.01 combined with the syntax of XML. XML was designed to describe data and HTML was designed to display data. So they eventually combined the two to make XHTML to what it is today. The most important things when using XHTML as a language of choice is the elements must be properly nested, documents be well-formed, all tags must be in lower case or else it is not in XHTML format, and ALL of the tags used must have a close tag. For example:

HTML TAG for Break: <br>
XHTML TAG for Break: <br />

I hope what I described to you shed a little more light on your curiosity of XHTML...
Go to the top of the page
 
+Quote Post
sindhu
post Apr 13 2006, 07:59 PM
Post #5


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 7
Joined: 13-April 06
Member No.: 12,722



Thank you so much people for helping out, i did learn a lot from the information. thanks once again:)
Go to the top of the page
 
+Quote Post
evought
post Apr 13 2006, 08:22 PM
Post #6


Premium Member
Group Icon

Group: Members
Posts: 200
Joined: 3-October 05
From: Missouri
Member No.: 8,888
myCENTs:71.12



QUOTE(sindhu @ Apr 13 2006, 12:31 PM) *

i am a regular visitor to http://www.oswd.org, and an enthusiast in learning in css.

but i do nto know the meaning of XHTML, XHTML Transitional and how to test a site for its design consistency and functionability in browsers...

i request help in the above topics, thank you.


XHTML is HTML redefined according to the stricter rules of XML. The original HTMl was designed using SGML (a government standard for designing languages) which had fairly lax and hard to check rules. XML is a strict subset of SGML.

Practically speaking, XHTML is easier for your browser or any other tool to verify that your page is well-formed and syntactically correct. It is also easier to use tools on, to change something into XHTML, or transform XHTML into something else. For instance, I have other DTDs (XML document types) that transform technical articles (DocBook) into XHTML or PDF and fiction stories (my home grown Book DTD) into XHTML or PDF. This allows you to write your web pages in a language specific to what you are working on and turn it into XHTML before displaying it.

You can test your own XHTML in a number of tools. Many editors, such as JEdit have validation tools either built-in or as a plugin. There is also a W3C web page that will test pages for you. I believe Firefox has an extension to validate pages as well.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Converting HTML over to XHTML(13)
  2. Opening A Window (xhtml Valid Way)(7)
  3. XHTML: Separating Design From Content(5)
  4. Compatibility Issues(3)
  5. Xhtml Taking Over Html?(9)
  6. What's The Diff Tween Html, Xhtml, And Shtml?(8)
  7. Understanding Xhtml(8)
  8. Using Cgi And Php In Xhtml And Xml(4)
  9. Styling Xhtml(0)
  10. Upgrading Your Site!(0)
  11. Xhtml Is Not Suppose To Be Text/html(8)
  12. Detecting XHTML + XML In Browsers(1)
  13. Php/xhtml Pages(3)
  14. Xhtml Tutorial - Introduction(0)
  15. Help! - Flash & Xhtml Traditional & Strict(7)
  1. Mixing XHTML 1.1 And iFrame(9)
  2. Problem With Xhtml Validation(6)
  3. Juggling An Iframe Box With Xhtml Sites(8)
  4. Xhtml Validation With Php In Cgi Mode(0)
  5. Help With Java Applet(8)
  6. Xhtml, Javascript, Css And Frames.(0)
  7. Xhtml Js Loading.(6)
  8. Rss And Xhtml From The Same Data(0)
  9. Good Book For Learning Xhtml & Css(2)


 



- Lo-Fi Version Time is now: 5th December 2008 - 03:13 PM