Correct the following-
I) HTML uses markup tags which are case sensitive
II) <Br> can be used as a container tag
III) Attributes are always added in closing tag
Answers
Answered by
1
Answer:
- HTML uses markup tags which are case-insensitive.
- <Br> can be used as empty tag.
- Attributes are never added in closing tags.
______________________________.
Similar questions