小白html 第一个网页

<html>
<head>
<title>Welcome to nginx!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
body {
35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
<script type="text/javascript">
function display_alert()
{
alert("I am an alert box!!")
}
</script>

</head>
<body>
<h> Welcome to nginx!</h1>
<p><button onclick="display_alert()" type="button">Click Me!</button> </p>
</body>
</html>

原文地址:https://www.cnblogs.com/132818Creator/p/14783697.html