Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <form action="/html/form_handler.cfm" method="post"> <textarea name="text" id="text" style="width:96%;padding:2%;height:180px;font:36px/44px sans-serif;color:white;text-shadow:1px 1px 5px black; background:url('/pix/samples/bubble2.gif');"> Or how about a background picture? </textarea> <input type="submit" value="Submit"> </form>