Computer Science, asked by nehal5445, 4 months ago


Three ways of adding stylesheets to a webpage are
(a) online, internal external
(b) internal, embedded, exline
(c) direct indirect, embedded
(d) internal external, embedded

Answers

Answered by niharikagurjar2005
2

 Answer

These are the three methods of implementing styling information to an HTML document. Inline styles — Using the style attribute in the HTML start tag. Embedded style — Using the <style> element in the head section of the document. External style sheet — Using the <link> element, pointing to an external CSS files.

Similar questions