Uncomment HTML
Summary
- Commenting is a way that you can leave comments for other developers within your code without affecting the resulting output that is displayed to the end user.
- Commenting can also be useful to make a section of code inactive, without deleting it.
- Comments in HTML start with
<!--
and end with-->