how to apply css to php file code example
Example 1: adding css to php file
echo "<link rel='stylesheet' type='text/css' href='CSS/main.css'>";
Example 2: how to include css in php
<link rel='stylesheet' type='text/css' href='css/style.php' />
echo "<link rel='stylesheet' type='text/css' href='CSS/main.css'>";
<link rel='stylesheet' type='text/css' href='css/style.php' />