html add style code example
Example 1: html add style
<!-- add this line into the head tag -->
<link rel="stylesheet" type="text/css" href="yourstylesheetname.css">
<!-- remember to change the irl in href -->
Example 2: where do you put style tags in html
// Style tags belong in <head>