0
To use is simple, just add this script into your code:
<script src="https://cloud.tinymce.com/stable/tinymce.min.js"></script><script>tinymce.init({ selector:'textarea' });</script>
This script will make all your inputs with the tag textarea
already stay with the editor.
Search for "WYSIWYG HTML Editor" in Google. It will appear some famous like Tinymce, Summernote, Ckeditor among others.
– bio
google ckeditor
– Ricardo Pontual