Post
Topic
Board Project Development
Re: Codings are not just a computer words.
by
Vod
on 10/02/2024, 03:59:44 UTC
There are many examples of great websites that have been created using coding, but some of my favorites include Facebook, Google, and Amazon. These websites are all built using a combination of HTML, CSS, and JavaScript. HTML is used to structure the page, CSS is used to style the page, and JavaScript is used to add interactivity. All three of these technologies work together to create a seamless and user-friendly experience.

The favorites you listed are too complex to be built client side.  They use server side (back end) code to do much of the processing, and extensively use databases.