26/02/2017
Sintak css untuk membuat form login. Semoga bermanfaat untuk semuanya.
Jangan lupa save dengan tipe *.html
CSS Attribute selector
/*This code will change background color to yellow of 'label' tag having 'for' attribute. */
label[for]
{
background:yellow;
}
Login Form
Username *:
Password *:
Hasilnya seperti ini :