|
|
|
|
DHTML
stands for Dynamic HyperText Markup Language. DHTML does not consist of one technology, but rather a combination of technologies. The combination consists of styles, scripts, and HTML objects. The example of the text being made to appear as a marquee would require a script to act upon the title, which is known as an element or object within HTML. JavaScript could be used to manipulate the text. Within the JavaScript the object or element being manipulated would have to be referenced within the JavaScript coding. DHTML
or Dynamic HTML is a technology that allows Web designers to create Web
documents that are both dynamic and responsive to users. Please note that DHTML is supported only by Netscape and Internet Explorer browsers versions 4.0 or later. XML
stands for Extensible Markup Language. XML controls
content, not display. XML can be used to define markup tags that aren't
available within HTML, thus extending HTML's capabilities. XML documents are said to be well-formed if they follow the rules of development. XML coding requires that empty tags include the forward slash character (/) at the end of the tag, otherwise it will not automatically be known that it is an empty tag, as HTML would interpret. Unlike HTML, XML is case sensitive. Upper or lowercase can be used, but you must decide on upon one or the other. Both cannot be used. For example, if you begin a tag in XML as uppercase then your ending tag must also be uppercase and vice versa. It is also necessary to have a closing tag for every opening tag. Attribute values must be enclosed in either single or double quotations. Tags used must also be nested properly. If these rules of construction are not adhered to this will keep the page from appearing in the browser.
|
|
|
|
![]() |
Welcome
to the World of Questy |