ArticleDirectory
- HTML Dom link object
- HTML Dom Meta Object
HTML Dom link object
The link object represents the <link> element of an HTML object. The <link> element defines the relationship between two linked documents.
<Link> elements are defined in the head section of the HTML document.
HTML Dom Meta Object
<Meta> An element provides meta-information about an HTML element, such as description, keywords for search engines, and refresh frequency.
HTML Dom style object
The style object represents a separate style declaration. You can access the style object from the document or element of the application style. The style object has many attributes, which basically match the CSS style table. However, you need to note the case switching and writing of continuous words in JavaScript.
Syntax for using style object attributes:
Document. getelementbyid ("ID"). style. Property = "value"
Background attributes
Border and margin attributes
Layout attributes
List attribute
Positioning attributes
Printing attributes
Scrollbar attribute (ie-only)
Table attributes
Text attributes