+ 1
Multiple Pages
Does anyone know any app where I can link multiple html and css pages together
1 Odpowiedź
+ 1
You don't need app to link multiple CSS files you can do it by adding link tag to your HTML sketch and set "rel" attribute to "stylesheet" and set "href" attribute to your CSS file path/URL .
I'm not sure but I think you can link separated HTML files in PHP like that : include("file name")
https://code.sololearn.com/WzXNQUGlqI5m/?ref=app