Computer Science, asked by sushilamadhur, 4 months ago

How many different ways are there to insert a CSS style sheet to HTML document? *

Answers

Answered by banochaman55
1

Answer:

How many different ways are there to insert a CSS style sheet to HTML document?

Explanation:

CSS can be added to HTML documents in 3 ways: Inline - by using the style attribute inside HTML elements. Internal - by using a <style> element in the <head> section. External - by using a <link> element to link to an external CSS file.

Answered by BinduChethanSingh
1

Answer:

CSS can be added to HTML documents in 3 ways: Inline - by using the style attribute inside HTML elements. Internal - by using a <style> element in the <head> section. External - by using a <link> element to link to an external CSS file.

Similar questions