DIRECTORATE MEDICAL & HEALTH SERVICE
Government Nursing College, Kavaratti, Lakshadweep
Help Desk :- +91 79906 58930
Call/ WhatsApp Monday-Saturday(9AM to 5PM)
<!DOCTYPE html> <html> <head> <title>Blinking feature using CSS</title> <style> .blink { animation: blinker 2.5s linear infinite; color: red; font-family: sans-serif; } @keyframes blinker { 50% { opacity: 0; } } </style> </head> <body> <a class="blink" style= "font-size:13px; "href="/Images/General_Insrtuction_Lakshdweep_nursing_adimission.pdf" target="_blank">Click Here to Get General Instruction For Online form filling</a> </body> </html>