■ 定义 <link>标签定义了文档与外部资源之间的关系 ■ 使用说明 <link>标签通常用于链接到样式表 ■ 示例 <head> <link rel="stylesheet" type="text/css" href="mystyle.css"> </head>