Tieing it all together | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Tieing it all together

Is there a lesson or lessons on here that teach in depth how to tie css to html and .js to css and html if so can someone point me in the right direction?

21st Sep 2018, 11:04 PM
Jondalar Cook
4 Answers
+ 3
You can practice having the files work together outside of the Code Playground with whatever default text file program comes with your operating system and use any web browser to view the output. https://code.sololearn.com/W326FKwAKXtN/?ref=app That's the old school way. The new way is to use an integrated development environment (IDE). I think VScode is a good beginner one, but there is a wide variety of these available and many who are fans of each. I recommend waiting on learning about domain names, hosting services, and web servers until you are ready to publish. There's plenty to practice before that and many posts with many recommendations you can look up once you are ready. For some generic website components that may or may not involve all 3 languages: https://www.w3schools.com/howto/ One you're pretty comfortable with those: https://css-tricks.com/guides/ Which starts to encroach on a wide variety of extra tools. Save for later: https://www.sololearn.com/learn/7896/?ref=app
22nd Sep 2018, 6:18 AM
Janningā­
Janningā­ - avatar
0
Eso lo quieres hacer en SoloLearn o en otro editor de cĆ³digo?
21st Sep 2018, 11:24 PM
Luis Atencio
Luis Atencio - avatar
0
What component or functionality did you want to learn "in-depth"? Using three languages together aimlessly doesn't tend toward "in-depth" learning.
22nd Sep 2018, 4:44 AM
Janningā­
Janningā­ - avatar
0
basically i am trying to build a basic functional web page but i need a better understanding of how to make html css and js work together and how to get that page online once its ready and i see a lot of basics for the languages but and this is the part that im stuck on .... i do not see anything that teaches how to make them work to together to achieve anything specific
22nd Sep 2018, 5:47 AM
Jondalar Cook