Hello, This is How to Use CSS in HTML

1. You can store CSS internally using the <style> tag.

2. You can store CSS externally by linking to a .css file.

3. You can use inline styles to apply CSS directly to an HTML element.

4. Inline styles go inside the style attribute of HTML tags.

Click to Learn Inline CSS :)