0907

練習00001

by judy931490judy

HTML

<!DOCTYPE html>
<html>

  <body>
    <a href="https://www.storm.mg/">
      <img src="https://www.storm.mg/images/logo.svg" alt="風傳媒" style="width:50%;height:50%;border:0">
    </a>
    <hr>
    <h1>
      夏珍專欄:蔡英文與胡適
      <style>
        h1 {
          font-size: 30px;
          color: black;
          font-family: 微軟正黑體;
        }

      </style>
    </h1>
    <p>
      <a29 href="https://www.storm.mg/authors/1126/%E5%A4%8F%E7%8F%8D"><b>評論</b></a29>
      <a30><b>政治</b></a30>
      <a31><b>國內</b></a31>
      <a32><b>歷史</b></a32>
      <a33><b>專欄</b></a33>
      <style>
        a29 {
          font-size: 20px;
          color: black;
          font-family: 微軟正黑體;
        }

        a29:link {
          color: black;
          background-color: transparent;
          text-decoration: none;
        }

        a29:visited {
          color: black;
          background-color: transparent;
          text-decoration: none;
        }

        a29:hover {
          color: black;
          background-color: transparent;
          text-decoration: underline;
        }

        a29:active {
          color: black;
          background-color: transparent;
          text-decoration: underline;
        }

        a30 {
          font-size: 20px;
          color: black;
          font-family: 微軟正黑體;
        }

        a30:link {
          color: black;
          background-color: transparent;
          text-decoration: none;
        }

        a30:visited {
          color: black;
          background-color: transparent;
          text-decoration: none;
        }

        a30:hover {
          color: black;
          background-color: transparent;
          text-decoration: underline;
        }

        a30:active {
          color: black;
          background-color: transparent;
          text-decoration: underline;
        }

        a31 {
          font-size: 20px;
          color: black;
          font-family: 微軟正黑體;
        }

        a31:link {
          color: black;
 ...