diff --git a/intermediate_html_css/intermediate_html_concepts/introduction.md b/intermediate_html_css/intermediate_html_concepts/introduction.md index fba032e541a..bb46b32a3d9 100644 --- a/intermediate_html_css/intermediate_html_concepts/introduction.md +++ b/intermediate_html_css/intermediate_html_concepts/introduction.md @@ -1,12 +1,12 @@ ### Introduction -This is the first of the two part course where we dig deeper into HTML and CSS. +This is the first of the two-part course where we dig deeper into HTML and CSS. -Our foundations lessons by design only scratched the surface of what's possible. We wanted to give you all of the bare necessities for getting started so you could move on and be somewhat productive as quickly as possible, but now it's time to slow down and dig in! +Our foundation lessons by design only scratched the surface of what's possible. We wanted to give you all of the bare necessities for getting started so you could move on and be somewhat productive as quickly as possible, but now it's time to slow down and dig in! -You have probably realized by now that there are many more HTML elements than we mentioned in our foundations content. Throughout this course, we'll be hitting the rest of the important elements such as forms and tables. +You have probably realized by now that there are many more HTML elements than we mentioned in our foundation content. Throughout this course, we'll be hitting the rest of the important elements such as forms and tables. -There is also a _lot_ more that you can do with CSS that you'll learn throughout this course, such as variables, functions, shadows and of course grid layouts! So buckle up! By the time you finish this course, you'll be able to recreate just about any web design you can find on the internet... which is an important skill to carry forward. Even if you are not shooting for a front-end specific job, being able to make your portfolio pieces look nice is important when it comes to making yourself stand out. +There is also a _lot_ more that you can do with CSS that you'll learn throughout this course, such as variables, functions, shadows and of course grid layouts! So buckle up! By the time you finish this course, you'll be able to recreate just about any web design you can find on the internet... which is an important skill to carry forward. Even if you are not shooting for a front-end-specific job, being able to make your portfolio pieces look nice is important when it comes to making yourself stand out. You'll learn about animations, accessibility, and responsive design in the second part of this course later in the curriculum. @@ -14,7 +14,7 @@ You'll learn about animations, accessibility, and responsive design in the secon
1. Read through this [HTML elements reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Element) to get an overview of what other HTML elements are available to you. No need to commit this to memory because you'll be learning the important parts as we go, but having a glance now will help the content stick later. -2. Take a glance at a somewhat overwhelming looking [CSS Cheat Sheet](https://htmlcheatsheet.com/css/). Again, we don't need you to learn anything specific, or memorize anything from this list. Just use it to get a feel for what you still have left to learn! +2. Take a glance at a somewhat overwhelming-looking [CSS Cheat Sheet](https://htmlcheatsheet.com/css/). Again, we don't need you to learn anything specific, or memorize anything from this list. Just use it to get a feel for what you still have left to learn!
### Additional resources