diff --git a/files/en-us/web/accessibility/aria/attributes/aria-valuenow/index.md b/files/en-us/web/accessibility/aria/attributes/aria-valuenow/index.md
index cfd882ff0f6b164..7c8469cf80ce081 100644
--- a/files/en-us/web/accessibility/aria/attributes/aria-valuenow/index.md
+++ b/files/en-us/web/accessibility/aria/attributes/aria-valuenow/index.md
@@ -75,7 +75,7 @@ The first rule of ARIA use is "if you can use a native feature with the semantic
```html
-
+
```
If we employ native HTML semantics with {{HTMLElement('input')}} we get styles and semantics for free.