+ 9
How can i use <!-- this is a comment --> ?
What is it
11 ответов
+ 35
You just use it. Just write something between start and endind tag
+ 8
You can use it by type <!--Achraf Falah -->.
To understand & edit the code or statement(Achraf Flash) in future.
+ 7
Achraf Falah
We need it as a backup plan like
https://code.sololearn.com/WpfczOVtEPSG/?ref=app
And my other codes.
+ 3
It's a note to yourself and other coders reading the code.
+ 1
You can use comment tag for viewers.
0
to comment your HTML code.
either to clarify your code's purpose or to disable a portion of your code.
0
You you can use this comment in html.
<!-- comment -->
Write well structured and readable code, and then use comments.
0
Comments come either in block form or as single lines.
Single-line comments (informally, C++ style), start with // and continue until the end of the line. If the last character in a comment line is a \ the comment will continue in the next line.
Multi-line comments (informally, C style), start with /* and end with */ .
0
Para tener el contenido organizando con espacios y comentarios
0
How can I complete this third question <! - - This is a comment
When I complet it then the result gave me wrong..
- 2
Shreyansh Tiwari why we need to unsderstand & édit the code