⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 style_sheet_switcher_media_types.html

📁 《JavaScript精粹》 源文件下载
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml">  <head>    <title>The JavaScript Anthology: Making a style sheet switcher that handles multiple media types</title>    <link rel="stylesheet" type="text/css" href="css/style_sheet_switcher_media_types.css" />    <link id="styleBig" rel="alternate stylesheet" type="text/css" href="css/text_big.css" title="Big Text" media="screen" />    <link id="styleBigP" rel="alternate stylesheet" type="text/css" href="css/text_big.css" title="Big Text" media="print" />    <script type="text/javascript" src="scripts/style_sheet_switcher_media_types.js"></script>  </head>  <body>    <h1>      Making a style sheet switcher that handles multiple media types    </h1>    <h2>      A Stylish Heading    </h2>    <p>      This Style Guide for the Branch Libraries of the New York Public Library explains the markup and design requirements for all Branch Libraries web projects, along with various standards and best practices.    </p>    <p>      Branch Libraries projects must be authored in valid XHTML 1.0 Transitional and styled with valid Cascading Style Sheets. See the XHTML and CSS sections below for details. Additional sections of this Style Guide, coming soon, will provide information on writing for the web, naming and filing your documents, and other useful topics and guidelines.    </p>  </body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -