Page 182 - CITS - CSA - TP (Volume 1) - Hindi
P. 182
कंप्यूटर सॉफ्टवेयर एप्लीकेशन- CITS
<div class=”container”>
<h1>Welcome to my website</h1>
<p>This is a paragraph with some text.</p>
</div>
</body>
</html>
3 ो ाम को .html फ़ाइल के प म सेव कर
4 वेब ाउज़र से html फ़ाइल ओपन कर
5 आउटपुट की वेरीफाई कर ।
टा 7: इंटरनल ाइलशीट का उपयोग करना
1 टे एिडटर ओपन कर
2 िन िल खत कोड िलख
<html lang=”en”>
<head>
<meta charset=”UTF-8”>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0”>
<title>Internal CSS Example</title>
<style>
/* CSS code here */
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
color: #333;
}
h1 {
color: #007bff;
}
.container {
166
CITS : IT & ITES - कं ूटर सॉ वेयर ए ीके शन - अ ास 44

