My professor asked us to make this design in HTML & CSS, my problem is with customizing the date. The wanted result is for to show Birthdate, but mine shows mm/dd/yyyy. I tried to put placeholder, but it didn't work.
This is my code:
<input type="date" name="Birthdate" placeholder="Birthdate"/>
I tried to look it up on YouTube, but I haven't found anything useful yet. Any advice?