Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Sep 25, 2024
1 parent 6cf4c7c commit 11987cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/html/element/nav/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This element only includes the [global attributes](/en-US/docs/Web/HTML/Global_a

In this example, a `<nav>` block is used to contain an unordered list ({{HTMLElement("ul")}}) of links. With appropriate CSS, this can be presented as a sidebar, navigation bar, or drop-down menu.

```html live-sample__unordered-list
```html live-sample___unordered-list
<nav class="menu">
<ul>
<li><a href="#">Home</a></li>
Expand All @@ -39,7 +39,7 @@ In this example, a `<nav>` block is used to contain an unordered list ({{HTMLEle

The semantics of the `nav` element is that of providing links. However a `nav` element doesn't have to contain a list, it can contain other kinds of content as well. In this navigation block, links are provided in prose:

```html live-sample__prose
```html live-sample___prose
<nav>
<h2>Navigation</h2>
<p>
Expand Down

0 comments on commit 11987cd

Please sign in to comment.