■ Computer/ㅡETC

HTML A태그에서 하이퍼링크 밑줄 없애기 : Computer ETC

with seok 2020. 3. 25. 11:42

 

 

HTML : A태그에서  하이퍼링크 밑줄 없애기

html 파일의

head 태그 안에 다음을 입력

<style type="text/css"> 
a { text-decoration:none } 
</style>

 




728x90