Where will we see the comments on HTML | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
+ 1

Where will we see the comments on HTML

HTML question

15th Jul 2020, 6:43 AM
Science Buster
Science Buster - avatar
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.
15th Jul 2020, 6:56 AM
Anna/Аня
Anna/Аня - avatar
+ 3
In html we can write I comment 👇👇 <!-- .....-->
15th Jul 2020, 6:49 AM
Sâñtôsh
Sâñtôsh - avatar
+ 2
Comments are not seen in html webpage but in the code it will be visible like<!-- write anything here -->
16th Jul 2020, 6:13 PM
shubham kumar
shubham kumar - avatar
+ 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
15th Jul 2020, 6:53 AM
BroFar
BroFar - avatar
+ 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...
15th Jul 2020, 6:59 AM
BroFar
BroFar - avatar
+ 1
Gordon, Pranshu is Science Buster's old profile
15th Jul 2020, 7:10 AM
{P~A} Programmation Addict
{P~A} Programmation Addict - avatar
0
BroFar I mean the html in question, some tricks to avoid commenting for example BEM methodology.
15th Jul 2020, 7:04 AM
Anna/Аня
Anna/Аня - avatar
0
BroFar How many people have so many opinions.
15th Jul 2020, 7:10 AM
Anna/Аня
Anna/Аня - avatar
- 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.
15th Jul 2020, 7:07 AM
BroFar
BroFar - avatar