+ 1

In coding how do I code a website

24th Sep 2020, 5:53 PM
Oloore Okelana
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.
24th Sep 2020, 6:04 PM
maf
maf - avatar
+ 3
Do the html tutorial to learn.
25th Sep 2020, 11:18 PM
Sonic
Sonic - avatar
+ 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?
24th Sep 2020, 5:57 PM
Rellot's screwdriver
Rellot's screwdriver - avatar
+ 1
Kia checkout his profile, he has already learned html.
24th Sep 2020, 5:59 PM
Rellot's screwdriver
Rellot's screwdriver - avatar
+ 1
Ooops sorry my mistake
24th Sep 2020, 6:04 PM
Tany
Tany - avatar
+ 1
Hi darling! In my opinion, you can start with html then moving on to css (for styling)
24th Sep 2020, 6:25 PM
Gulasal Butayeva
Gulasal Butayeva - avatar