Import a CSS file in php without using HTML format
Here, we will learn how to import a CSS stylesheet into a PHP file without using the HTML link href.
<?php include('file.php'); <style> //style tag // Include the style.css file Include('style.css'); // Close the style tag </style> ?>
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Here, we will learn how to import a CSS stylesheet into a PHP file without using the HTML link href.
need an explanation for this answer? contact us directly to get an explanation for this answer