September 2024
Beginner to intermediate
985 pages
35h 37m
English
JavaScript is still mainly used for creating dynamic web pages—within a browser. Before we take a closer look at other application areas in later chapters, this chapter will show you the ways in which you can embed JavaScript in a web page and generate simple output. This chapter thus is the basis for the following chapters.
Before we go into further detail about the JavaScript language itself, you should first know how JavaScript relates to HTML and CSS within a web page, how to embed JavaScript in a web page, and how to generate output.
The most important three languages for creating web frontends are certainly HTML, CSS, and JavaScript. Each of these languages serves ...
Read now
Unlock full access