Skip to content

Commit 12849d3

Browse files
authored
Merge pull request #4045 from anusha7530/main
Points not showing on leaderboard
2 parents 9c4f0b0 + 28fbb23 commit 12849d3

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)