1 Introduction
1 Introduction
In this lesson, we will start to understand the impact of the technologies we will learn about in this course.
Let's get started!
Elements are the specific HTML units of a web page — for example a
paragraph — that could look like this in HTML:
HTML Output
If you planned to make the above paragraph show up with a purple, 20-point,
bold font and turn your page’s background violet, you could use CSS code that
looks like the one shown below:
In the above case, “p” (the paragraph) is called the “selector” that specifies
which HTML element it should style. The piece of code that comes between
the curly brackets, { } , is called a declaration.
This constitutes properties and values that are applied to the selector.
Properties are things like color, font size, and margins. Values are the
settings specified for each property.
You will learn all this and more in great detail throughout this course.
The Impact of JavaScript
https://insights.stackoverflow.com/survey/2019
Projecting onwards