diff --git a/docs/html/html-basics/elements-and-tags.md b/docs/html/html-basics/elements-and-tags.md index 3964ab8f0..436c0a3be 100644 --- a/docs/html/html-basics/elements-and-tags.md +++ b/docs/html/html-basics/elements-and-tags.md @@ -195,7 +195,7 @@ An HTML document has a specific structure that includes the following elements: ### Self-Closing Tags -Some HTML tags do not have closing tags and are known as self-closing tags (or void elements). Examples include ``, `
`, `
`, and ``. +Some HTML tags do not have closing tags and are known as self-closing tags (or void elements). Examples include ``, `
`, `
`,`` and ``. ### Attributes