- Joined
- Jun 24, 2022
- Messages
- 1
- Points
- 0
If what interests you is learning to make web pages by writing their source code, what interests you is learning to write code in the HTML5 and CSS languages.
HTML5 is not a programming language. It is a layout language. What differences there are?
A programming language allows you to define behaviours. For example, if you want a product to be added to your shopping cart when you press a button, you’ll need a programming language.
A layout language allows you to display information and define its appearance. In this sense, with HTML5 you put the information on the screen and with CSS you give it an appearance.
In general, learning to layout is infinitely easier than learning to program, although the most sophisticated layouts are easier than the most basic programming codes.
HTML5 is not a programming language. It is a layout language. What differences there are?
A programming language allows you to define behaviours. For example, if you want a product to be added to your shopping cart when you press a button, you’ll need a programming language.
A layout language allows you to display information and define its appearance. In this sense, with HTML5 you put the information on the screen and with CSS you give it an appearance.
In general, learning to layout is infinitely easier than learning to program, although the most sophisticated layouts are easier than the most basic programming codes.