Skip to content

Instantly share code, notes, and snippets.

@zainafzal88
Created October 7, 2020 09:18
Embed
What would you like to do?
<div class="comments-view">
<h4>Please Share Thoughts</h4>
<input id="name" type="name" class="form-control" placeholder="Enter your email">
<textarea id="comment" class="form-control" placeholder="Share thoughts here"></textarea>
<button id="submit" class="btn btn-primary" >Comment</button>
<div id="all-comments" class="show-comments"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment