+ 2
Can anyone please help me to convert Html into Css and Js?
Please!Send me an example.
4 Respostas
+ 4
I thought that html, css and js work together and there is no element of conversion
+ 3
A website :
HTML : structure ( html is a must to make a website)
CSS : Style (CSS allows you to stylize your webpage )
JavaScript : Functionality ( For scripting )
+ 1
What do you mean by converting them? They are three different parts with three different functions. How are you supposed to covert a <div> in a css form? In js you can make some changes to the DOM, but it doesn't mean that the script is actually representing a html element (the element should already exist somewhere). And, by theory, it is impossible to convert a markup language into a programming language.
- 1
I never knew that was even possible. I guess I still have a lot to learn