0
How to make this disappear and why it shows still up?
After i coded this word to word... The text wont disappear : name="name" type"text" />
5 Antworten
+ 2
🤔 what is this. Make your question more clear and descriptive
0
Ok a minute and a try to make it clearer
0
I have coded this :
0
<h1><span>Contact Me</span></h1>
<form>
<input name="name" type="text" /><br/>
<input name="email" type="email" /><br/>
<textarea name="message"></textarea>
<input type="submit" value="SEND" class="submit" />
</form>
0
I can't post a foto but as i made this the text next to my input a wont disappear... Im new to html coding... Maybe its just a "small issue"... But would be awesome to figure out the problem