크기 사용 HTML에서 아이콘의 크기를 설정하는 속성. 다음 코드를 실행하여 크기 를 구현할 수 있습니다. 속성 -
예시
<!DOCTYPE html> <html> <head> <link rel = "icon" href = "my_icon.gif" type = "image/gif" sizes = "16x16"> </head> <body> <p>This is demo text.</p> <p>We set an icon here,</p> </body> </html>