0

Pls help me in HTML code

I can't understand the the coding of comment??https://www.sololearn.com/learn/HTML/1027/

9th Jul 2020, 5:43 AM
Sai Naga Vignesh Bandham
Sai Naga Vignesh Bandham - avatar
2 Antworten
+ 2
Where is your code and what is you doubt Sai Naga Vignesh Bandham ? If you have doubt in your code pls paste it here :)
9th Jul 2020, 5:44 AM
Nilesh
Nilesh - avatar
+ 1
Sai Naga Vignesh Bandham 1.suppose you are new to coding and if you want to remember what a certain tag does you use comment. 2.Comment has no effect on your code ,its just for your reference. Ex- <h1>heading</h1> <!-- h1 is used for heading--> Here h1 tag creates heading but i created a comment to remember what h1 is used for.
9th Jul 2020, 6:08 AM
Varun N
Varun N - avatar