Interview Question in Asp.net 2.0


 

Interview Question :: What is XHTML? Are ASP.NET Pages compliant with XHTML?

 What is XHTML? Are ASP.NET Pages compliant with XHTML?

by ksk
VoteNowAnswers to "What is XHTML? Are ASP.NET Pages compliant with XHTML?"

 In simple words, XHTML is a stricter and cleaner version of HTML. XHTML stands for EXtensible Hypertext Markup Language and is a W3C Recommendation.

Yes, ASP.NET 2.0 Pages are XHTML compliant. However the freedom has been given to the user to include the appropriate document type declaration.
by ksk