Skip to content

Commit 1d8d75a

Browse files
authored
Update index.html
1 parent 5dd9656 commit 1d8d75a

File tree

1 file changed

+2
-2
lines changed
  • 2-ui/3-event-details/1-mouse-events-basics/01-selectable-list/source.view

1 file changed

+2
-2
lines changed

2-ui/3-event-details/1-mouse-events-basics/01-selectable-list/source.view/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<body>
1818

19-
Click on a list item to select it.
19+
Cliquez sur un élément de la liste pour le sélectionner.
2020
<br>
2121

2222
<ul id="ul">
@@ -28,7 +28,7 @@
2828
</ul>
2929

3030
<script>
31-
// ...your code...
31+
// ...votre code...
3232
</script>
3333

3434
</body>

0 commit comments

Comments
 (0)