Page 230 - CITS - CSA - TP (Volume 1) - Hindi
P. 230
कंप्यूटर सॉफ्टवेयर एप्लीकेशन- CITS
</div>
<h2>Horizontal Alignment</h2>
<div class=”d-flex justify-content-start mb-3”>
<div class=”p-2 bg-danger”>Start aligned</div>
</div>
<div class=”d-flex justify-content-center mb-3”>
<div class=”p-2 bg-primary”>Center aligned</div>
</div>
<div class=”d-flex justify-content-end”>
<div class=”p-2 bg-secondary”>End aligned</div>
</div>
</div>
<script src=”https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js”></script>
</body>
</html>
3 ो ाम को .html फ़ाइल के प म सेव कर
4 वेब ाउज़र से html फ़ाइल ओपन कर
5 आउटपुट को वे रफाई कर
टा 6: एलाइनम ट का यूज़ कर
1 टे एिडटर ओपन कर
2 िन िल खत कोड िलख
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8”>
214
CITS : IT & ITES - क ं ूटर सॉ वेयर ए ीक े शन - अ ास 49

