Answers for "link style file"

122

how to link css to html

<link rel="stylesheet" href="styles.css">
Posted by: Guest on November-28-2019
0

css without separate file

just add any style inside the first <p> or other element tag using style=" ;" 
<p style="font-size: xx-large;">test</p>
Posted by: Guest on October-04-2020

Browse Popular Code Answers by Language