File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ Having read only the introduction, I realized this
7
7
is really great, just by adding it to your HTML,
8
8
you can start using it.
9
9
10
+ Added information when you are a beginner, in
11
+ web development, the FrontEnd is the UI, so that,
12
+ instead of using the commandline, you can display
13
+ your content in such a way that it is a presentable
14
+ website and with buttons and other components that
15
+ you can interact with.
16
+
17
+ CSS is Cascading Style Sheet to add styling to your HTML.
18
+ HTML is the skeleton of your website, it was
19
+ derived from SGML (Standardized General Markup Language)
20
+ so you can tell the computer that, for example,
21
+ a certain word is
22
+ a paragraph the other one is the heading.
23
+ JavaScript is the script to automate your HTML code
24
+ or to make it dynamic.
25
+
10
26
## Basic Setup
11
27
So let's have a basic Hello World
12
28
You can’t perform that action at this time.
0 commit comments