+ 1
What should you learn after html?
I heard html goes well with other stuff,and you need other stuff to make stuff with html,what is that “other stuff?l
2 Antworten
+ 3
CSS then JavaScrip
0
Interesting! 😋
It can be complemented with other technologies; which are useful to modify the appearance or interactivity. For example:
• CSS: In charge of modifying the appearance and personalization of the elements.
• JS: It is a scripting language, in charge of adding interactivity to the elements. Through, the DOM.
• PHP: It is a programming language on the server side, usually used to access information, which is completed in the forms.
• CMS: It is a computer service, which allows you to manage content of web pages, in an orderly and dynamic manner. One of the most used is WordPress.
I hope this information is useful to you! Until next time! 😋