HTML codebase attribute
Description
Purpose of the HTML codebase attribute is to define the base URL for a class ID, data file, or archive specified with the object tag.
Supported elements
HTML codebase attribute supports object element.
Syntax
<object codebase="value">..............</object>
Type of value
URL.
Value
An URL.
Default value
There is no default value.
Supported doctypes
HTML 4.01 strict, HTML 4.01 transitional, HTML 4.01 frameset.

