Computer Science, asked by sharmaakirtii, 4 months ago

In how many ways can you add CSS to an HTML file? Explain briefly.​

Answers

Answered by kumersurender489
3

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.

Similar questions