미디어 사용 연결된 문서가 HTML에서 최적화된 미디어/장치를 지정하는 속성입니다. 속성은 , , 등의 요소와 함께 사용할 수 있습니다.
예시
<html> <head> <title> HTML media attribute k</title> <link rel = 'stylesheet' href = 'style.css' media = "screen" /> </head> <body> <p>This is demo text.</p> </body> </html>