Subscribe to Subscribers
Talk to Webmaster Tony John


Resources » .NET programming » ASP.NET/Web Applications

Html,xhtml,dhtml


Posted Date:     Category: ASP.NET/Web Applications    
Author: Member Level: Gold    Points: 5


Uses of HTML,XHTML and DHTML



 



Hi,

I have Just shown you the Difference Between the HTML,DHTML and XHTML.

HTML



HTML is a Hyper Text Markup Language which is used to display the internet website contents on the internet browsers.
This is the common language to develop the web site pages.

DHTML



DHTML is Dynamic HTML(DHTML) which will be used to display the dynamic web site pages. It is not a standard defined by the World Wide Web Consortium (W3C), it is a "marketing term" that was used by Netscape and Microsoft to describe the new technologies the 4.x generation browsers would support. Dynamic HTML is a combination of technologies to make Web pages dynamic. To most people, Dynamic HTML means a combination of HTML 4.0, Style Sheets and JavaScript.
DHTML allows scripting languages to change variables in a web page's definition language, which in turn affects the look and function of otherwise "static" HTML page content, after the page has been fully loaded and during the viewing process. Thus the dynamic characteristic of DHTML is the way it functions while a page is viewed, not in its ability to generate a unique page with each page load


XHTML



Extended HTML:
XHTML is similar to the HTML but follows the rules of XML. XHTML is used to be compatible with XML programming. Following the rules now would make it possible to include XML programming in the future. It is not difficult to change HTML pages to XHTML, but it can be time-consuming. Finding all line breaks and images to include closing tags, converting any uppercase to lowercase and any other incompatibility can be a nuisance. Using a find and replace program can allow you to edit your code faster, but you still have to reupload all those changes. It is recommended that programmers try to remember these rules to comply with W3C recommendations, so the web pages appear correctly in most browsers. The main differences between HTML and XHTML is the case-sensitivity, the need to use closing tags for all tags, the need to use quotes around all attribute values and that all attributes must be in lowercase as XML requires.

XHTML is HTML reformulated according to the rules of XML (eXtensible Markup Language). It's almost identical to HTML 4.01, but follows stricter rules, such as all tags being in lowercase, no missing end tags, all attributes in quotes, etc.






Read related articles: Difference between DHTML and XHTML    XHTML    DHTML    HTML    


Did you like this resource? Share it with your friends and show your love!


Responses to "Html,xhtml,dhtml"
Author: debashish basantia    16 May 2010Member Level: Silver   Points : 2
Hi


HTML

HTML is Hyper Text Markup language. HTML is the most commonly used programming language for the Internet for static web pages and the output of dynamically created web pages. The Hyper Text Markup language was written specifically for the Internet for websites to display information for Internet users around the world.


DHTML

DHTML is Dynamic HyperText Markup Language Combines HTML, style sheets, and scripts to make Web pages dynamic or interactive.DHTML is dynamic HTML. Basically, DHTML is a combination of different technologies to make your HTML interactive. Common languages used are HTML (of course), Java and Stylesheets.


XHTML

XHTM is eXtensible HyperText Markup Language. XHTML 1.0 is the first document type in the XHTML family. It is a reformulation of the three HTML 4 document types as applications of XML. It is intended to be used as a language for content that is both XML-conforming.XHTML is extremely similar but follows the rules of XML. The main differences between HTML and XHTML is the case-sensitivity, the need to use closing tags for all tags, the need to use quotes around all attribute values and that all attributes must be in lowercase as XML requires. Special characters between tags need to be replaced with its code equivalent. Declaring the correct doctype (first line in source code) and language (in meta tag in the head of the source code) is required.

Regards,
debashish basantia



Feedbacks      

Post Comment:




  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:   Sign In to fill automatically.
    Email: (Will not be published, but required to validate comment)



    Type the numbers and letters shown on the left.


    Next Resource: Capture and save images from Web camera using C# and ASP.NET
    Previous Resource: Impersonation
    Return to Resources
    Post New Resource
    Category: ASP.NET/Web Applications


    Post resources and earn money!
     
    More Resources
    Popular Tags   Tag posting guidelines   Search Tags  
    XHTML and DHTML  .  



    Follow us on Twitter: https://twitter.com/dotnetspider

    Active Members
    TodayLast 7 Daysmore...

    Awards & Gifts
    Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
    2005 - 2012 All Rights Reserved.
    .NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
    Articles, tutorials and all other content offered here is for educational purpose only.
    We are not associated with Microsoft or its partners.