I'm programming for the web not long ago, and I can not get a selection that stays when I click? Does anyone know how to take it?
This is an outline. Appears when element receives: focus
Solution: CSS
textarea:focus, input:focus{
outline: none;
}
Source: "Source Here"