Accessibility Tools

test table

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>University Officials</title> <style> body { font-family: Arial, sans-serif; padding: 20px; } .table-container { overflow-x: auto; } table { width: 100%; border-collapse: collapse; min-width: 600px; } th, td { padding: 12px; border: 1px solid #ddd; text-align: left; } th { background-color: #f2f2f2; } @media screen and (max-width: 600px) { table, thead, tbody, th, td, tr { display: block; } tr { margin-bottom: 15px; } th { display: none; } td { position: relative; padding-left: 50%; } td::before { position: absolute; left: 10px; top: 12px; white-space: nowrap; font-weight: bold; } td:nth-child(1)::before { content: "Designation"; } td:nth-child(2)::before { content: "Name"; } td:nth-child(3)::before { content: "Email"; } } </style> </head> <body>

University Officials

<!-- Continue other rows similarly... -->
Designation Name Email
ChancellorMr. Hammad Ahmedchancellor@jamiahamdard.ac.in
Vice ChancellorProf. (Dr.) M. Afshar Alamvc@jamiahamdard.ac.in
RegistrarDr. Sarfaraz Ahsan (Offg.)registrar@jamiahamdard.ac.in
Finance OfficerMr. Ashu Kumar (Offg.)fo@jamiahamdard.ac.in
Controller of ExaminationsMr. Syed Saud Akhtarcoe@jamiahamdard.ac.in
Dean, AcademicsProf. S. Raisuddindean_academics@jamiahamdard.ac.in
Dean, School of Pharmaceutical Education and ResearchProf. Uma Bhandariubhandari@jamiahamdard.ac.in
</body> </html>

Designed & Developed by Maxtra Technologies

© 2025 Jamia Hamdard

V I S I T O R S : - 2 7 9 4 8 4 3