1
- # Intro To W3.CCS
1
+ # Intro To W3.CSS
2
2
When I was starting to learn Bootstrap for my GitHub App,
3
3
I came across this CSS Framework. In my mind, if
4
4
there is anything lighter than Bootstrap, then
5
- it will the best.
5
+ it will be the best.
6
6
7
7
Having read only the introduction, I realized this
8
- is really great, just by adding the link to your HTML,
8
+ is really great. Just by adding the link to your HTML,
9
9
you can start using it.
10
10
11
11
Added information when you are a beginner, in
12
12
web development, the FrontEnd is the UI, so that,
13
- instead of using the commandline , you can display
13
+ instead of using the command line , you can display
14
14
your content in such a way that it is a presentable
15
15
website and with buttons and other components that
16
16
you can interact with.
@@ -45,7 +45,7 @@ So let's have a basic Hello World
45
45
you can use JSFiddle to run the code to see the
46
46
result right away < https://jsfiddle.net/ >
47
47
48
- or W3schools
48
+ or W3Schools
49
49
< https://www.w3schools.com/tryit/tryit.asp?filename=tryhtml_hello >
50
50
51
51
this is the sample screenshot,
@@ -59,7 +59,7 @@ as you can see just by adding the line
59
59
you are already set and start your project right away.
60
60
61
61
## Start Learning At W3Schools
62
- It's best to learn W3.CSS at W3Schools, because they created it ! Enjoy!
62
+ It's best to learn W3.CSS at W3Schools, because it's theirs ! Enjoy!
63
63
64
64
< https://www.w3schools.com/w3css/ >
65
65
0 commit comments