Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <form action="/html/tags/html_form_tag_action.cfm" method="post"> <textarea name="comments" id="comments" style="width:96%;height:90px;padding:2%;font:1.4em/1.6em cursive;"> Hey... say something! </textarea> <input type="submit" value="Submit" style="font-size: 14px;border:5px solid orange;background-color:gold;color:olive;"> </form>
Preview