How do i insert a css and php link in my html doc | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do i insert a css and php link in my html doc

19th Jan 2017, 4:11 PM
Shegz
Shegz - avatar
3 Answers
+ 10
<link href="source" rel="stylesheet"> <?php code ?>
19th Jan 2017, 4:41 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 5
PHP Link... Something like <form action="myFile.php"> ?
19th Jan 2017, 4:44 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 2
<style> // your CSS here </style> or Lentin's way works too. PHP LINK???
19th Jan 2017, 4:21 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar