In how many ways can you add CSS to an HTML file? Explain briefly.
Answers
Answered by
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