- HTML: Hyper Text Markup Language, a language used to describe web pages
- CSS: Cascading Style Sheets, cascading style sheets, control how HTML elements are displayed
- Javascript is a scripting language. The script code does not need to be compiled and can be directly interpreted and executed in the browser or JS container
On page
- HTML definition structure
- CSS controls display style
- Javascript adds various operations and interactions to the page
Original link
- Java self-study experience
- Java interview questions H5
- Java interview question applet