css

  1. ravex

    Css Link Altındaki Çizgiyi Kaldırma

    <head> ... <style> a { text-decoration: none; } </style> ... </head>
Top