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 >>

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 >>
Author: alyaspk Categories: XHTML Tags: document, html code, html document, standard html, structure of html, structure of xhtml, structure xhtml, x html, XHTML, xhtml code, xhtml coding, xhtml document