Switch to full style
HTML code examples
Post a reply

add comment by comment tag

Tue Dec 20, 2011 3:34 pm

adding comment by using the html comment tag <comment>
Code:
<html>
<
head>
<
title>add comment by comment tag</title>
</
head>
<
body>
   <comment>Put your comment here</comment>
   <p>You content body here.</p> 
</body>
</
html>
 




Post a reply

Topic Tags

HTML Comment