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

📄 newsletter.html

📁 《PHP和MySQL Web开发》(第三版) Source
💻 HTML
字号:
<html>
  <head>
    <title>Newsletter</title>
    <style>
      h1 { font-family: Arial,  Helvetica, sans-serif; font-size: 32; 
           font-weight: bold; color:  white; margin-bottom: 0}
      h2 { margin-bottom: 0}
      b { font-family: Arial, Helvetica, sans-serif; font-size: 14; 
          font-weight: bold; color: black }
      th { font-family: Arial,  Helvetica, sans-serif; font-size: 18
           font-weight: bold; color:  white; }
      body, li, td, p { font-family: Arial, Helvetica, sans-serif; 
                     font-size: 14; margin = 5px }
      a { color: #000000 }
    </style>
  </head>
  <body>
  <table width = 760 cellspacing = 0 cellpadding = 6 border = 0>
  <tr>
  <td bgcolor = "#5B69A6" width = 73><img src = "pyramid.gif" 
                 width = 73 height = 49 alt ="" valign = "middle" /></td>
  <td bgcolor = "#5B69A6" width = 760><h1>Pyramid-MLM</h1></td>
  </tr>
  </table>
  <h2>Press Release</h2>
  <p>According to data released today, Pyramid MLM Pty Ltd is not losing money as fast as some other companies.</p>
  <p>Pyramid MLM lost only 22 million dollars this quarter.</p>
  <p>This loss is only 10% more than the same period last year.</p>
  <img src='chart.gif' alt='Profits hardly going down at all' valign='center' />

  </body>
</html>

⌨️ 快捷键说明

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