Discuss / Python / 欢迎来到我的世界

欢迎来到我的世界

Topic source

<html>

<head>

  <title>Hello</title>

  <style>

      h1 {

       color: #333333;

       font-size: 48px;

       text-shadow: 3px 3px 3px #666666;

      }

    </style>

    <script>

      function change() {

            document.getElementsByTagName('h1').style.color =

'#ff0000';

      }

    </script>

</head>

<body>

  <h1>你好呀,勇士!</h1>

</body>

</html>


  • 1

Reply