Answers for "we can include styles in your html document via style tag"

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

style.css in html

put in the <header> tag:

<link rel="stylesheet" href="style.css">
Posted by: Guest on May-02-2021

Code answers related to "we can include styles in your html document via style tag"

Browse Popular Code Answers by Language