Jin's Blog

[CSS] 3 types of CSS

August 21, 2017 | 0 Minute Read

This post is based on my personal experiences.

for Applying CSS, there are 3 types of CSS.

  1. Inline ex) <h1 style="color:#1231;"> </h1>
  2. Internal ex>
  1. External create css file(nameofCSS.css) type following codes