How to link a stylesheet to a website via php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

How to link a stylesheet to a website via php

css path :- resolution/css inc path :- resolution/inc/header.php page path :- resolution/pages/itmMgr.php index path :- resolution/index.html <?php request_once="header.php">

9th Jul 2020, 2:00 AM
Akila Madusanka
Akila Madusanka - avatar
1 Answer
+ 5
Try, <?php include 'header.php'; ?> <style> <?php include 'css/main.css'; ?> </style>
9th Jul 2020, 9:11 PM
Lijo M Loyid
Lijo M Loyid - avatar