Skip to content

Commit 35d4f56

Browse files
authored
Points not showing on leaderboard
1 parent ad534ec commit 35d4f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/html-basics/elements-and-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ An HTML document has a specific structure that includes the following elements:
195195

196196
### Self-Closing Tags
197197

198-
Some HTML tags do not have closing tags and are known as self-closing tags (or void elements). Examples include `<img>`, `<br>`, `<hr>`, and `<input>`.
198+
Some HTML tags do not have closing tags and are known as self-closing tags (or void elements). Examples include `<img>`, `<br>`, `<hr>`,`<meta>` and `<input>`.
199199

200200
### Attributes
201201

0 commit comments

Comments
 (0)