
<!DOCTYPE html>
<html>
<head>
<title>Document</title>
<style>
a{
width: 200px;
height: 80px;
background-color: #3064bb;
display: block;
text-align: center;
line-height: 80px;
text-decoration: none;
color: white;
font-size: 18px;
}
a:hover{
color: aqua;
background-color: rgb(100, 147, 216);
}
</style>
</head>
<body>
<a href="#">HTML</a>
<a href="#">css</a>
<a href="#">js</a>
<a href="#">vue</a>
<a href="#">react</a>
</body>
</html>
本文介绍了HTML、CSS和JavaScript这三种基础的Web开发技术,以及在现代前端开发中常用的框架Vue和React,展示了它们在网页设计中的应用和重要性。
1549

被折叠的 条评论
为什么被折叠?



