W3 Updates, HTML, XHTML, CSS, JavaScript, AJAX, XML, PHP, Ruby, PHP Frameworks

Archive

Posts Tagged ‘document’

HTML DOM Document Object

January 12th, 2012

Document Object Each HTML document loaded into a browser window becomes a Document object. The Document object provides access to all HTML elements in a page, from within a script. Tip: The Document object is also part of the Window object, and can be accessed through the window.document property. Document Object Collections W3C: W3C Standard. Collection Description [...]

Read More >>

Author: Categories: HTML DOM Tags: , ,

The Structure Of A XHTML Document

September 18th, 2009

The structure of a XHTML document is slightly more different than a standard HTML. You will have certain parts in XHTML such as doctype’s and XML properties that HTML doesn’t have, there’s ultimately the same type of code language, but with changes, but it’s important to understand the basics of XHTML after all it’s the [...]

Read More >>