+ 1
Where will we see the comments on HTML
HTML question
9 Respostas
+ 2
In the code editor, they are usually green between these characters <! -- text -->, called by the hot keys Ctrl + / try to write clear and concise code so that it does not need comments.
+ 3
In html we can write I comment 👇👇
<!-- .....-->
+ 2
Comments are not seen in html webpage but in the code it will be visible like<!-- write anything here -->
+ 1
Pranshu. you have 3 codes where you wrote in the body but if you are talking about comments as in notes <!-- comment --> these are usually in the top, some in the middle, and usually a summary of comments after the closing body tag </body> and before the closing </html> tag
+ 1
Anna/Аня coders and programmers as well as others who may deal with a particular code may include comments so they completely understand what the other is doing or has done...
+ 1
Gordon, Pranshu is Science Buster's old profile
0
BroFar I mean the html in question, some tricks to avoid commenting for example BEM methodology.
0
BroFar How many people have so many opinions.
- 1
Anna/Аня even in that text I would still recommend comments somewhere rather at the top or bottom. And as such I would not recommend body of the program itself.