diff --git a/files/en-us/web/html/element/fieldset/index.md b/files/en-us/web/html/element/fieldset/index.md index e6f45bd1e6adf6b..25f4fcc18e94609 100644 --- a/files/en-us/web/html/element/fieldset/index.md +++ b/files/en-us/web/html/element/fieldset/index.md @@ -44,7 +44,7 @@ You can feel free to style the `
` and `` in any way you want t ### Basic fieldset -This example shows a really simple `
` example, with a ``, and a single control inside it. +This example shows a basic `
` example, with a ``, and a single control inside it. ```html
diff --git a/files/en-us/web/html/element/input/button/index.md b/files/en-us/web/html/element/input/button/index.md index 3acb07295589e46..0503d88e0614e6c 100644 --- a/files/en-us/web/html/element/input/button/index.md +++ b/files/en-us/web/html/element/input/button/index.md @@ -180,7 +180,7 @@ Buttons don't participate in constraint validation; they have no real value to b ## Examples -The below example shows a very simple drawing app created using a {{htmlelement("canvas")}} element and some simple CSS and JavaScript (we'll hide the CSS for brevity). The top two controls allow you to choose the color and size of the drawing pen. The button, when clicked, invokes a function that clears the canvas. +The below example shows a very simple drawing app created using a {{htmlelement("canvas")}} element and some CSS and JavaScript (we'll hide the CSS for brevity). The top two controls allow you to choose the color and size of the drawing pen. The button, when clicked, invokes a function that clears the canvas. ```html
diff --git a/files/en-us/web/html/element/input/checkbox/index.md b/files/en-us/web/html/element/input/checkbox/index.md index 995f740e07cd2a1..bff6864fc23d214 100644 --- a/files/en-us/web/html/element/input/checkbox/index.md +++ b/files/en-us/web/html/element/input/checkbox/index.md @@ -173,7 +173,7 @@ Checkboxes do support [validation](/en-US/docs/Web/HTML/Constraint_validation) ( ## Examples -The following example is an extended version of the "multiple checkboxes" example we saw above — it has more standard options, plus an "other" checkbox that when checked causes a text field to appear to enter a value for the "other" option. This is achieved with a simple block of JavaScript. The example includes implicit labels, with the `` directly inside the `