HTML超链接页面

登录页面

欢迎访问CSDN博客-葆小帅主页

微信公众号---青梅竹码


访问葆小帅CSDN主页

访问葆小帅github主页


源代码:

<html>
	<head>
		<title>HTML超链接登录页面</title>
		<meta charset="UTF-8"/>
	</head>
	<body>
		<center><h3>欢迎访问CSDN博客-葆小帅主页</h3>
	 <h1> <font color = "02AC32" >微信公众号---青梅竹码</font><h1>
		
<center>	<img src="https://img-blog.csdnimg.cn/2019032321304184.jpg">
		<hr />
		<a href="https://blog.csdn.net/weixin_43258908"><i><b>访问小帅CSDN主页</b></i></a><br /><br/>
		<a href="https://github.com/michaelwuyu"><b><i>访问小帅github主页</i></b></a>
	</body>
</html>

猜你喜欢

转载自blog.csdn.net/weixin_43258908/article/details/88768944