Merge pull request #665 from simmayor/introduction-browser-events3

01-introduction-browser-events - Fixed spelling and grammar
This commit is contained in:
Ilya Kantor 2018-12-15 19:08:34 +03:00 committed by GitHub
commit f96a3b675e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,9 @@
# 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: