How can i include html , css already made website template inside php and anything i need to know about website template | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can i include html , css already made website template inside php and anything i need to know about website template

I have already made the template using html5 and css

15th Apr 2019, 7:08 AM
Arinola Ridwan
Arinola Ridwan - avatar
1 Answer
+ 6
You can mix php,css and html in one page. Put css part into <head> betwteen tags <style></style>. And php between <?php and ?> Check how I did it in my code: https://code.sololearn.com/wLmJ8dHS9X6O/?ref=app
15th Apr 2019, 7:35 AM
Javier Felipe Toribio
Javier Felipe Toribio - avatar