How Tutorial
how-give-multiple-class-html-elementUse CSS With HTMLhow-to-make-link-in-page-in-htmlHow-Link-css-file-to-Html-fileHow-To-Make-Div-Align-CenterHow-to-create-html-button-colorfulhow-to-add-css-file-in-htmlhow-to-use-javascript-in-htmlJavaScript Sorting Multidimensional ArrayHow To Link CSS To HTMLHow To Remove Scroll bar in CSSDSA Full FormHow Long Does It take to learn JavaScriptLink 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