Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the diffrence between HTML & DHTML...?

Answer Posted / dipak suryavanshi

XHTML is HTML described as an application of XML. It is very
similar to HTML, indeed all the element names and their
semantics are identical, but it has some important
differences. We will look at the more important of these now.

Here are the major differences that concern us when we use
it as a markup language. There are others, but they will
probably not concern us. You should consult the XHTML spec
(www.w3.org) for a full list of differences.

* XML is case sensitive. All XHTML element and attribute
names must be in lowercase.
* All attribute values must be quoted, e.g.
cellpadding="10", NOT cellpadding=10.
* Empty elements such as the 'img' element must take a
special form, namely <img/>. Not the penultimate forward slash.
* All non-empty elements must have closing tags, e.g.
<p>...</p>, <li>...</li>. Implied closing tags are not allowed.
* Implied elements e.g. in HTML the <head>...</head> and
<body>...</body> tags can be implied. In XHTML they must be
written out in full.
* The XHTML document declarations are different for
XHTML documents. Use View/source on this document to see a
typical XHTML declaration. in particular not the xmlns
attribute on the <html> opening tag.

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What will happen if you overlap sets of tags?

1094


In an html page form I have one button which makes us to open a new page in 15 seconds. How will you do that?

937


What is the relationship between the border and rule attributes?

1142


Do all HTML tags come in a pair?

937


How to write a canvas in html5?

995


Why is br tag used?

850


What are the types of tags in html?

877


What are dom methods?

873


Is html back end?

869


How can I use forms for pull-down navigation menus?

945


How do you know if you have html5?

913


What is the difference between br and br />?

1097


Is there a site that shows which tags work on which browsers?

869


What are the different attributes of the font tag?

846


Explain HTML Forms?

1263