[CSS] 3 types of CSS
This post is based on my personal experiences.
for Applying CSS, there are 3 types of CSS.
- Inline ex) <h1 style="color:#1231;"> </h1>
- Internal ex>
- External create css file(nameofCSS.css) type following codes
for Applying CSS, there are 3 types of CSS.