Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made a few grammatical changes #29422

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions intermediate_html_css/intermediate_html_concepts/introduction.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
### 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!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is referring to our Foundations course, so perhaps rephrasing the whole sentence would be better.

The lessons in our Foundations course only scratched the surface of what's possible...


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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, this could be

... mentioned in our Foundations course


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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not believe this needs an hyphen. Having two seems like overkill and I'd rather re-phrase that sentence if you strongly feel it needs to be here.

Even if you are not shooting for a front-end job, being able...


You'll learn about animations, accessibility, and responsive design in the second part of this course later in the curriculum.

### Assignment

<div class="lesson-content__panel" markdown="1">
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!
</div>

### Additional resources
Expand Down