2 |
These are properties of essentially ALL document components in the "DOM of our dreams" (this is what W3C defines)
-
However in today's pragmatic world, one can only use for some HTML tags
-
<DIV> and <SPAN> (<<---- USE THESE!) are supported today by Microsoft and Netscape and are part of HTML4
-
<LAYER> is best "name" (so lets call them layers)and fully supported by Netscape; it is not part of HTML4 and not officially supported by Microsoft
-
<IFRAME> (internal frame) is not in Netscape4 but is in HTML4 and supported by Microsoft
|