+ 3
Create a comment in HTML
in body tag
7 Respostas
+ 3
<!-- this is comment -->
+ 10
<!--your comment-->
+ 5
<!-- comment here -->
0
<body>
<!---- your moments -->
</body>
0
Example
<!--links-->
<a href=" " > click here to open the page </a>
0
<body>
<!--this is a comment-->
</body>