diff --git a/src/content/learn/responding-to-events.md b/src/content/learn/responding-to-events.md index 8232c6b4cf..7558dd07e4 100644 --- a/src/content/learn/responding-to-events.md +++ b/src/content/learn/responding-to-events.md @@ -4,6 +4,7 @@ translators: - Jiacheng787 - QC-L - Neo42 + - Zhou Chenyang --- @@ -320,8 +321,8 @@ button { margin-right: 10px; } -Make sure that you use the appropriate HTML tags for your event handlers. For example, to handle clicks, use [`