Answers for "css source in style tag"

4

style.css in html

put in the <header> tag:

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

where do you put style tags in html

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

Browse Popular Code Answers by Language