Link css file to html file
- Create a index.html file
- Create a style.css file
- Style file link using link tag
Note : external css file extension always .css
HTML linked with css file
<link rel="stylesheet" href="style.css">

Write css in style.css file

Result

Use external css file better than internal css file