1.主要代码
<html>
<head>
<title>重电</title>
</head>
<body>
<a href="阅读.html">
<marquee>
<h1>重庆电子工程职业学院欢迎你</h1>
</marquee>
<div style="color:#00FF00;text-align:center;font-size:35px">
<p>付超 2017270396</p>
<p>我爱祖国 我爱家乡</p>
<p>c sharp</p>
<p>请点击文本标记之一,就可以触发相关控件:</p>
<form>
<lable for="male">Male</lable>
<input type="radio" name="sex" id="male"/>
<lable for="female">Female</lable>
<input type="radio" name="sex" id="female"/>
</form>
<button type="button">Click Me!</button>
<body background="C:\Users\ASUS\Desktop\有点儿乱\图片\2.jpg">
</body>
</html>
2.页面效果
3.问题未解决
页面上的字有下划线,网上百度过后也没有解决。