Skip to the content.

TEXT

When creating a web page, you add tags (known as markup) to the contents of the page. These tags provide extra meaning and allow browsers to show users the appropriate structure for the page.

[image]

JavaScript (JS):

JavaScript is a programming language that adds interactivity to your website. A computer program is a list of “instructions” to be “executed” by a computer.

In a programming language, these programming instructions are called statements.

A JavaScript program is a list of programming statements. [image]