+ 1

Come here, I need to ask you something.

Everytime I read, on code fragments, I see that appears HTML CSS JS. Do I have to writte the 3 columns in order for you to sucessfully execute?

27th Mar 2025, 11:43 AM
JATC
5 Réponses
+ 7
To execute a code fragment successfully, it depends on what the code is doing. If it's a webpage, then yes, HTML (structure), CSS (styling), and JS (interactivity) often work together. However, you don’t have to write all three some fragments might only need HTML, while others might require JS alone. JS is a programming language on its own If you have a specific example, I can help you understand it better
27th Mar 2025, 1:22 PM
Fatima Abdullah
Fatima Abdullah - avatar
+ 5
JATC The 3 columns have their different works in executing. Html columb is for making the code structure, It like the Bone of the body Css is for Styling the code, it like decorating a blank room with colorful walls, things like table, desk and etc js is for making the web dynamic, it help in making the web interactive and working
27th Mar 2025, 1:28 PM
Alhaaz
Alhaaz - avatar
+ 4
JATC before understanding this you should learn html,css and js, while learning these you will understand it automatically HTML course:- https://www.sololearn.com/learn/courses/html-introduction CSS course:- https://www.sololearn.com/learn/courses/css-introduction JS course:- https://www.sololearn.com/learn/courses/javascript-introduction
27th Mar 2025, 12:16 PM
Alhaaz
Alhaaz - avatar
+ 3
JATC Do you want to create a webpage or website? Use HTML. Do you want to add style, color and design to it? Use CSS as well. Do you also want to make the page interactive, like reacting and showing things based on user clicks and actions? Use JS too. Or do you not want to create a webpage but just want to learn programming? Then use JS only. So: Use HTML for creating a page. For adding styling, colors, design, use CSS together. To make it so users can interact with page and make things happen and show, use JS too. If you only want to learn programming, use JS only.
27th Mar 2025, 1:33 PM
Afnan Irtesum Chowdhury
Afnan Irtesum Chowdhury - avatar
+ 1
Some one with a direct answer? I aint care much on studying the process
27th Mar 2025, 12:21 PM
JATC