0

What is commentary in html

html

1st May 2018, 3:15 AM
unknow
3 ответов
+ 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
1st May 2018, 3:18 AM
Morpheus
Morpheus - avatar
+ 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.
1st May 2018, 3:37 AM
Memphis Reigns
Memphis Reigns - avatar