Answers for "where to add style tag 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
0

inline style, straight into the HTML tags using style attribute

<p style="color: red">text</p>
Posted by: Guest on June-04-2021

Code answers related to "where to add style tag in html file"

Browse Popular Code Answers by Language