+ 5
How to run html js and css together
I don't know how to run html js and css together to develop an website,is der any software to run 3 of them together.
5 Answers
+ 6
if you want to become backend developer you need to learn PHP all though you can use ASP.NET also for backend development....
personally recommended ASP.NET because i use that one. đ
+ 7
no it is not. But highly recommended
+ 5
in your HTML document you have a head section.....
in head section you have to add a tag named <style></style> in this tag you can write css
the another tag is <script></script> in this tags you can write your js code...
sololearn playground is really awesome for web coding you can write HTML CSS and js without those tags
+ 5
is php is necessary to learn web development
+ 2
If you just want to run your html, css and js code you can use your favorite browser