Skip to content
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
4 changes: 2 additions & 2 deletions frontend-101/02-block-and-inline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down