Comment Box Code
The HTML code that follows can be used to add a comment box to your HTML document.
An example of the code for a comment box:
An example of the code for a comment box:
A form with an input field (the submit button) and a small textarea (the comment box) makes up the following comment box code.
<div>
<textarea name="comments" id="comments" style="font-family:sans-serif;font-size:1.2em;">
Hey... say something!
</textarea>
</div>
<input type="submit" value="Submit">
Read Also: How to insert a PDF File in blog post?
That is Great! You have now a HTML comment box code to be uploaded that will appear in your blog to be commented when your blog is visited. Please feel free to leave any constructive feedback, suggestions or questions in the comments and I'll get back to you as quick as I can with concrete solutions. Want to know more about blog writing, please mention. I will make a tutorial on.
thankyou
BashTec
Tags
Comment box code