Multiple Pages | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Multiple Pages

Does anyone know any app where I can link multiple html and css pages together

24th Mar 2018, 2:21 AM
Topher 1221
Topher 1221 - avatar
1 Answer
+ 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
24th Mar 2018, 4:48 PM
White Shadow
White Shadow - avatar