diff --git a/frontend-101/02-block-and-inline/README.md b/frontend-101/02-block-and-inline/README.md index 346bb49..6d35f47 100644 --- a/frontend-101/02-block-and-inline/README.md +++ b/frontend-101/02-block-and-inline/README.md @@ -154,13 +154,13 @@ An Inline Element does not start with a new line and it only takes up as much wi ## <div> </div> Element -It is often used as a container for other HTML elements. It doesn't have any required attributes, but it can usse +It is often used as a container for other HTML elements. It doesn't have any required attributes, but it can use 1. style 2. class 3. id -It can be used to used to style block of elements with CSS +It can be used to style block of elements with CSS ## <span> </span> Element