Netscape Navigator HTML Exclusives
The following tags are supported only by Netscape Navigator:
HTML Tag or Attribute | Description |
---|---|
<frame> bordercolor =color
| Specifies color for frame border. Also works in <frameset> tag.
|
<frameset> border =n
| Sets the amount of space between frames. |
<img> lowsrc =url
| Provides low-res source for faster image loading |
<multicol>
| Produces a multicolumn format. |
<noscript>
| Provides alternative information to non-JavaScript enabled browsers. |
<script> src =url
| Loads an outside file containing JavaScript code |
<spacer>
| Provides whitespace objects to use in page design |
<textarea> wrap =style
| Specifies line-wrapping options for textareas in forms |
<ul> type =bullet
| Specifies bullet style for unordered lists |