Skip to content
Permalink
Browse files
Merge pull request web#18 from charle44/patch-5
grammatical change
  • Loading branch information
aa7401 committed Oct 26, 2019
2 parents 59e3e7f + 63ea40e commit e12506b0457bb7e3db3dfb10d785c7344aed4f5d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -536,7 +536,7 @@ body {

The next task is to build a navigation menu bar to the website using CSS. Depending on the number of menu items, the menu bar can contain multi-level menus.

A menu bar is be defined as an HTML unordered list. Each menu in a menu bar is a list item.
A menu bar can be defined as a HTML unordered list. Each menu in a menu bar is a list item.

The menus can contain submenus. A submenu is coded as a list that is within the parent menu's list item.

0 comments on commit e12506b

Please sign in to comment.