+ 2
What is the mistake?
I have a code segment: <form> <input name="name" type="text" placeholder="Name" required/></br> <input name="email" type="email" placeholder="Email" required/></br> <textarea name="message" placeholder="Message"> </textarea> <input type="submit" value="Send" class="submit" /> My code playground is putting automatically a space in the textarea area, and because of that, it's not showing the placeholder. Can somebody please help?
2 Answers
+ 3
Waoh fast xD