Lien sans feuille de style :<br>
<a href="#" tabindex="1">Lien</a><br>
Lien avec feuille de style identifiée :<br>
a.baliseP:focus { text-decoration:line-through}<br>
<style type="text/css">
.baliseP:focus { color:red !important}.
a.baliseP:focus { text-decoration:line-through; outline:none; }
</style><form>
<textarea class="baliseP" tabindex="2">cliquez dans le champ et faites une tabulation</textarea><br>
</form>
<a href="#" class="baliseP" tabindex="3">Lien</a>
Lien sans feuille de style :
Lien
Lien avec feuille de style identifiée :
a.baliseP:focus { text-decoration:line-through}
