How can i add “focus” directly by the style tag in html?
for ex: (I cant use stylesheet or javascript for this issue, since its inside mail)
HTML Code:
<a href="#" style="a:focus { border: 1px solid #000; }">CLICK ME TO SEE THE BOUNDRIES</a>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
use
<style type="text/css">tagor if you want to give style to this particular anchor tag then give the id to this anchor and use