Preview Textarea Div Not Working
I am trying to create a Textarea Preview Div. I have scripted this code but it does not seem to be working, If anyone could help me out, I'll be greatfull. I only want to use HTML
Solution 1:
Your script tag is wrong:
<script type="javascript">
It should be this way:
<script type="text/javascript">
Post a Comment for "Preview Textarea Div Not Working"