Web Development Question:

How many ways to attach CSS to HTML documents?

Web Development Interview Question
Web Development Interview Question

Answer:

There are 3 ways to attach CSS to HTML documents:
★ Included in the STYLE attribute of HTML tags.
★ Included in the STYLE tag inside the HEAD tag.
★ Included in an external file and specify it in the LINK tag inside the HEAD tag.


Previous QuestionNext Question
List the basic Unit of CSS?How I can include CSS inside a HTML tag?