Comment Tag

Short question, is it possible to add comment tags to various divs, sections, etc. in blocs?

html example:
<!-- comment -->
css example
/* comment */

Why would you want to do that? Comment tags can be very useful when adding custom css and you need to explain to others what it actually does.

Why not, for better orientation in the exported code. For later minor changes or adjustments in the code when the page is live. And I don’t want to export the entire project again.