+ 1
In coding how do I code a website
6 Answers
+ 4
there are technologies that you can use to create websites, html being the most basic one (the building block)
CSS is used to style the whole HTML document,
Javascript to add functionality, control the behaviors, such as onclick, onsubmit.
Then you gotta learn a javascript framework, most popular ones are react, vue, angular, learn one of them, the idea of these frameworks is to separate your components and their functionality which helps you in making more managable code, then learn backend web development, a database to store your data, which allows you to make things like social media.
And then frontend (html css js react etc) can work with backend to make fullstack web apps which can be really powerful.
+ 3
Do the html tutorial to learn.
+ 1
what you mean exactly? did you mean how would I code a website? if that is, you already making a website, using html and the other two.
or did you mean how do I code on an existing, published website?
+ 1
Kia checkout his profile, he has already learned html.
+ 1
Ooops sorry my mistake
+ 1
Hi darling! In my opinion, you can start with html then moving on to css (for styling)



