What property and value would be used to remove the dotted border that appears around a link when it is clicked on?
outline: 0;
border: 0;
outline: none;
border: none;