Fixed spelling and grammar
This commit is contained in:
parent
23b5766b82
commit
66ef6878b7
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
||||||
# HTML/CSS
|
# HTML/CSS
|
||||||
First let's create HTML/CSS.
|
First let's create HTML/CSS.
|
||||||
|
|
||||||
A menu is a standalone graphical component on the page, so its better to put it into a single DOM element.
|
A menu is a standalone graphical component on the page, so it's better to put it into a single DOM element.
|
||||||
|
|
||||||
A list of menu items can be layed out as a list `ul/li`.
|
A list of menu items can be laid out as a list `ul/li`.
|
||||||
|
|
||||||
Here's the example structure:
|
Here's the example structure:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue