From 35d4f568d6cd89bafc457a253c05088d4e3c0e5e Mon Sep 17 00:00:00 2001 From: Anusha Agarwal <130836089+anusha7530@users.noreply.github.com> Date: Sun, 28 Jul 2024 22:04:20 -0700 Subject: [PATCH] Points not showing on leaderboard --- docs/html/html-basics/elements-and-tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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