Today I was looking into creating a small module for Drupal that would allow me to move the labels of my HTML Input elements inside the element itself. This is useful for small forms such as the Search, Log In, and Newsletter Subscription forms. Bigger forms are better left alone (I think.)
First, it took me some time to find the right keywords to search with. Once I included Label Inside Input Element, I started to get good answers.
Before it was done by setting some default value in the Input element. There are two drawbacks with that method: one you need to test and remove that default