web实验2
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>无题</title>
</head>
<body background="/image/gb1.jpg">
<div align="center" style="background: white" >
<h1 style="color: black;">无题</h1>
<h5 style="color: black;">李商隐</h5>
<p>
相见时难别亦难,东风无力百花残。
</p>
<p>
春蚕到死丝方尽,蜡炬成灰泪始干。 </p>
<p>
晓镜但愁云鬓改,夜吟应觉月光寒。 </p>
<p>
蓬山此去无多路,青鸟殷勤为探看。 </p>
</div>
<div style="text-align: center">
<a href="check.jsp">
<button>回到首页</button>
</a>
</div>
</body>
</html>
1) Third.jsp
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>锦瑟</title>
</head>
<body background="/image/gb1.jpg">
<div align="center" style="background: white" >
<h1 style="color: black;">锦瑟</h1>
<h5 style="color: black;">李商隐</h5>
<p>
锦瑟无端五十弦,一弦一柱思华年。 </p>
<p>
庄生晓梦迷蝴蝶,望帝春心托杜鹃。</p>
<p>
沧海月明珠有泪,蓝田日暖玉生烟。 </p>
<p>
此情可待成追忆,只是当时已惘然。 </p>
</div>
<div style="text-align: center">
<a href="check.jsp">
<button>回到首页</button>
</a>
</div>
</body>
</html>