Page 227 - Computer Software Application TP - Volume 1
P. 227
COMPUTER SOFTWARE APPLICATION - CITS
</div>
<h2>Visibility Example</h2>
<div class=”row”>
<div class=”col-md-6”>
<div class=”p-3 mb-3 bg-primary text-white visible”>Visible Element</div>
</div>
<div class=”col-md-6”>
<div class=”p-3 mb-3 bg-secondary invisible”>Invisible Element</div>
</div>
</div>
</div>
<script src=”https://cdn.jsdelivr.net/npm/bootstrap@5.3.0alpha1/dist/js/bootstrap.bundle.min.js”></script>
</body>
</html>
3 Save the program as a .html file
4 Open the html file with a web browser
5 Verify the output.
212
CITS : IT & ITES - Computer Software Application - Exercise 49