Skip to content Skip to sidebar Skip to footer

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:

<scripttype="javascript">

It should be this way:

<scripttype="text/javascript">

Working version

Post a Comment for "Preview Textarea Div Not Working"