File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
.learn/resets/01.1-The-Style-Tag
exercises/01.1-The-Style-Tag Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ <!-- add a style tag and select the p tag and make it color blue -->
2
+ < p >
3
+ Coding is a basic literacy in the digital age, and it is important for kids to understand and be able to work with and understand the technology
4
+ around them. Having children learn coding at a young age prepares them for the future. Coding helps children with communication, creativity,
5
+ math,writing, and confidence.
6
+ </ p >
Original file line number Diff line number Diff line change 1
- <!-- add a style tag and select the p tag and make it color blue -->
1
+ < style >
2
+ p {
3
+ color : blue;
4
+ }
5
+ </ style >
6
+
2
7
< p >
3
8
Coding is a basic literacy in the digital age, and it is important for kids to understand and be able to work with and understand the technology
4
9
around them. Having children learn coding at a young age prepares them for the future. Coding helps children with communication, creativity,
You can’t perform that action at this time.
0 commit comments