Add CSS in Html
Css is providing a way to add css in html document three ways of inserting a style sheet in Html document:-
External CSS
The < link > element is using in Html pages to describe the relationship between two documents(css and Html)< link rel=”stylesheet” type=”text/css” href=”...” / >
An external CSS style-sheet can be written in your text editor