0
What is commentary in html
html
3 Respuestas
+ 3
comments are used to help in readability by humans
and comments are ignored by computers in any programming language during processing of that code
+ 3
Comments can be used for a few reasons.
- explain parts of codes for others that may need to work on the code.
- give details of where the code has been edited.
- for removing parts of code without completely deleting them.
- helps to maintain consistency.



