+ 1
Web Development workflow coding structure?
Sooo I decided to start building a website as it is the only way I will learn and practice what I've learned. So my question is, after designing the website layout (rough sketch and notes etc) do I first code the html, then move to css and do the Java script last? Or does one do that simultaneously? I assume you could go both ways but maybe someone who is experienced might find one way a bit simpler? Thank you!!
2 Respostas
+ 6
After HTML go to the CSS then JavaScript, because you need to design and organize the webpage before controlling it's behavior .
I hope this help ☺
+ 2
Thanks that's what i thought !😁