Tag Archives: Html Xml

what is the different between HTML and XHTML?

I need to know what is the different between HTML and XHTML. Is Xhtml have more tags than HTML. XHTML is *not* a new version of HTML. It is a formulation of (the *same* version of) HTML in XML. XHTML1 is HTML4 expressed in XML. HTML5 is *not* competing with XHTML. HTML5 can be expressed … Continue reading

What are the advantages and disadvantages of using XHTML?

Would it be better to use xhtml over HTML? How does it effect the backend programming if I use XHTML? XML is a markup language where everything has to be marked up correctly, which results in "well-formed" documents. XML was designed to describe data and HTML was designed to display data. Today’s market consists of … Continue reading

What computer script goes good along with html?

I know html very well and trying to learn another script. I know javascript goes great with html as i have used pre-made scripts before in my sites. Php im having trouble with embedding properly to show php with html xml? JavaScript is great for user interactivity. PHP is more for server-side interaction, which is … Continue reading