DEV Community

Cover image for how to insert comment in html
pavankumarsadhu
pavankumarsadhu

Posted on • Edited on

2 1

how to insert comment in html

Hi guys,

Today we will see how to insert comment in html.

When it comes to the coding documentation, commenting is plays an important role, as it indicates what is what.

In HTML, in order to comment, use this type of Structure.

<!-- This is a comment -->
<p>In this way, we will comment in HTML.</p>
Enter fullscreen mode Exit fullscreen mode

Thanks for taking your valuable time for reading my post, if you have any queries , please leave a comment and will respond. If you find this post useful, please share it.

Read: How to Increase upload limit upto 1000GB in Wordpress using Increase Upload Limit Plugin for LIFETIME Free of Cost?

Social Profile : LinkedIn

Have a Nice Day!

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay