CodeLab
Show Output
 
xxxxxxxxxx
16
 
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
<title>Bootstrap Disabled Anchor Buttons</title>
7
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet">
8
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"></script>
9
</head>
10
<body>
11
<div class="m-4">
12
    <a href="#" class="btn btn-primary disabled">Primary link</a>
13
    <a href="#" class="btn btn-secondary disabled">Secondary link</a>
14
</div>
15
</body>
16
</html>
 

在微博、微信、公众号、小程序分享此示例。 如果您觉得有帮助,请给我们一个赞。