Explain different ways in which CSS can be embedded in the HTML Web page code example
Example: how to link your css file to html
<head>
<link rel='stylesheet' href='style.css'>
</head>
<head>
<link rel='stylesheet' href='style.css'>
</head>