1.

Explain the different CSS style linking.​

Answer»

ong>Answer:

Inline CSS: Inline CSS CONTAINS the CSS property in the body SECTION attached with ELEMENT is known as inline CSS. This kind of STYLE is specified WITHIN an HTML tag using the style attribute. ... CSS property written in a separate file with . css extension and should be linked to the HTML document using link tag



Discussion

No Comment Found