HTML
x
1
2
<html>
3
<head>
4
<style>
5
.city {
6
background-color: lightGreen;
7
padding: 10px;
8
}
9
</style>
10
</head>
11
<body>
12
13
<h3> ককি ক৕লাস নেম আলাদা আলাদা কইচটিকমকল কলিমেন৕ট ক </h3>
14
15
<h2 class="city">Paris</h2>
16
<p class="city">Paris is the capital of France.</p>
17
18
</body>
19
</html>
20
CSS
1
1
JavaScript
1
1
Output: