+ 3
Is someone tell me how to merge css code in html code externally 🙏🙏please , I am a mobile user
I tried many times but I failed 🙏🙏please help me🙏🙏 . It's my humble request
13 Réponses
+ 1
Hi! can you tell me where your html page and css file are physically located?
+ 1
Is someone tell me how to merge css code in html code externally 🙏🙏please , I am a mobile user
Answer:
see buddy if you use sololearn so there's no need of linking any css file to html file as there are different slots in the code playground
{web is that: HTML, CSS, JS}
but, if you are trying to link not in sololearn then,
<link href="FLODER/cssfilename.css" type="text/css" rel="stylesheet"/>
you have to write the folder name in FOLDER and CSS file name in cssfilename.css
0
Thanks for your support. I got another way to link it and that's working. Maybe it was a right way and I got my output very well. Thanks again🙏🙂
0
Happy coding!
0
|| H A C K E R Z 2 0 2 1 || If you are looking for connecting separate files in sololearn, unfortunately sololearn does not support multiple file system.
you got one html, css,and js tab.
0
Nez, I couldn't have given a better answer myself. I would've said the same thing. Thank you for helping today's learners.
As for another matter: study, practice and study some more in cycles the same thing over and over again so that it's drilled into your head. I swear by this app/site, I have gotten so many jobs because of this site and now I'm my own boss. I've had jobs making bank starting a couple years ago but the starting rates aren't bad either. If you're curious by what I mean just Google it thru Glassdoor.
0
Make use of the style tag 😉
<style></style>.
- 1
I do all code in this app. How can I get my code link or location?
- 2
unfortunately, I don't see any code written by you in this app. in your account, on your page, not a single code is stored at this moment
- 2
Wait I am posting
- 2
Search hackersz for code how I connect css to html 🙏🙏answer me
- 2
if you create code here, then you have a separate tab for css, a second window that follows the first html window. or do you want to include an external style file here?
- 2
Use treb edit app
in head section
link="url/location of file name"