Web design: Difference between revisions

Content deleted Content added
Inputdata (talk | contribs)
HTML/XHTML: linked the term HTML5 and removed the space so it matches its article naming convention
Inputdata (talk | contribs)
HTML/XHTML: most widely used standard among browsers > most widely used standard for web sites on the internet
Line 11:
 
==HTML/XHTML==
XHTML is currently the most widely used standard amongfor browsersweb sites on the internet, despite the fact that the new standard, [[HTML5]], is available, but only supported by the most current browsers, these been [[Internet Explorer 9]], [[Google Chrome]], [[Firefox|Mozilla Firefox]], [[Opera (web browser)|Opera]] and [[Safari (web browser)|Safari]]. XHTML is a family of current and future document types and modules that reproduce, subset, and extend HTML 4.<ref>http://www.w3.org/TR/2002/REC-xhtml1-20020801/</ref> It extends HTML 4 by utilizing Extensible Markup Language (XML), which is a language that is designed to carry data, not display it.<ref>http://www.w3schools.com/xml/xml_whatis.asp</ref> By combining HTML with XML it retains the flexibility of HTML but allows for cleaner, well-formed coding. What this means is that a web page can now have dynamic, interactive content as XHTML is actually an XML application.
 
==Changes and updates==