+ 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
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