/* this css code makes the tag work. */ blink { animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } }