Answers for "import css from file"

CSS
3

html how to import css file

<head>
	<link rel="stylesheet" href="mystyle.css">
</head>
Posted by: Guest on May-04-2021
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