The HTML has “tag”, every sentence always starts with a start tag and end with a end tag.
Tag is "<>"
Using words such as:"p"(paragraph),"div"(division blocks),"h1"(headline 1)...
The CSS, also called style,
normally it’s written in "style" tag, and then for each css it need curly "{}"
Using words "margin","color"...
The JavaScript also called script,
using logical words like “if” “for” in the sentence.
The HTML is the base, a website with only HTML can work alone.
The CSS makes it beautiful
The JavaScript brings more smart actions. (Try yourself: choose a website, and deactivate JavaScript)