Web Development Question:
How many ways to attach CSS to HTML documents?

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.
★ 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 Question | Next Question |
List the basic Unit of CSS? | How I can include CSS inside a HTML tag? |