HTML——Javascript如何适应Web页面

<!DOCTYPE html>

<html lang = "en">

<head>
    <title>The American Eggplant Society</title>
</head>

<body>
    <h1>The American Eggplant Society</h1>
    <p>Welcome to our site. Unfortunately, it is still
    under construction.</p>
    <p>We last worked on it on this date:
    <script type = "text/javascript">
    <!--Hide the script from old browers
    document.write(document.lastModified);
    //Stop hiding the script -->
    </script>
    </p>
</body>
</html>

 

posted @ 2019-01-24 13:54  JAYPARK01  阅读(228)  评论(0编辑  收藏  举报