<!DOCTYPE html>
<html>
<head>
<title>Try v1.2 Bootstrap Online</title>
<link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
<script src = "/scripts/jquery.min.js"></script>
<script src = "/bootstrap/js/bootstrap.min.js"></script>
</head>
<body>
<label for = "name">Favourite Live Streaming</label>
<div class = "checkbox">
<label>
<input type = "checkbox" value = "">Amazon Prime
</label>
</div>
<div class = "checkbox">
<label>
<input type = "checkbox" value = "">Hotstar
</label>
</div>
</body>
</html>
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/264837.html