Skip to content

Commit 0a3477b

Browse files
Update README.md
1 parent a61df0d commit 0a3477b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ Having read only the introduction, I realized this
77
is really great, just by adding it to your HTML,
88
you can start using it.
99

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+
1026
## Basic Setup
1127
So let's have a basic Hello World
1228

0 commit comments

Comments
 (0)