0
what is a website made of
i want to know what a website is made of
3 Respuestas
+ 3
Front-end Html css javascript. Then for back-end javascript php or python. Search in Google if you want to know details.
+ 2
Using HTML CSS JavaScript and so
0
It is made of text, colors, images, buttons and all the stuff you may ever want to put in a website.
The browser is the entity that creates all of this, but it needs instructions.
It can make a page yellow, but it needs someone telling him to do that.
You can explain most of your ideas to the browser by writing a file made of HTML and CSS keywords. For some ideas you would need even JavaScript. All this speaking to the browser is called front-end development.
Now when your browser read your instructions, it creates the page only for you. If you want to show me your site you need to send the file with the instructions to my browser. The process that make this possible is called back-end development and requires a different set of knowledge.