Comments In Htlm

[Solved] Comments In Htlm | Perl - Code Explorer | yomemimo.com
Question : html comments

Answered by : tom-618yatbuw9m2

If you want to make a comment in html, you do this
<!-- This is a comment --> This is outside the comment
This is useful if you want to make notes in your code:
<a href="https://www.google.com">Google</a> <!-- This link sends the user to Google -->

Source : https://www.codegrepper.com/profile/tom-618yatbuw9m2 | Last Update : Thu, 28 Apr 22

Question : comments in html

Answered by : nuriddin

<!-- Comments go in here. -->

Source : https://www.coderrocketfuel.com/article/how-to-add-comments-in-html | Last Update : Fri, 21 Oct 22

Question : comment html

Answered by : kvz

<!-- here is how to use comment in html -->

Source : | Last Update : Fri, 23 Sep 22

Answers related to comments in htlm

Code Explorer Popular Question For Perl