blinkタグは過去の話。cssでやろうね。
文字の太さBlink
<style type="text/css"> .blinkS3 { animation: blinkAnimeS3 .5s infinite alternate; } @keyframes blinkAnimeS3{ 0% { font-weight : normal } 100%{ font-weight: bold } } </style>
blinkタグは過去の話。cssでやろうね。
文字の太さBlink
<style type="text/css"> .blinkS3 { animation: blinkAnimeS3 .5s infinite alternate; } @keyframes blinkAnimeS3{ 0% { font-weight : normal } 100%{ font-weight: bold } } </style>