Answers for "where to put style tags in html file"

0

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 -->
Posted by: Guest on May-11-2021
4

where do you put style tags in html

// Style tags belong in <head>
Posted by: Guest on October-20-2020

Code answers related to "where to put style tags in html file"

Browse Popular Code Answers by Language