-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisplay.html
30 lines (28 loc) · 1.35 KB
/
display.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Display</title>
<style>
span{
color: red;
display: block;
}
</style>
</head>
<body>
<div class="main">
<p>
Certainly! Let's continue our poetic journey through the Pink City of Jaipur:
1. *In the heart of the old bazaar, where turbaned merchants haggle over silks and gemstones, the echoes of ancient tales reverberate off sandstone walls.*
2. *At Jantar Mantar, the celestial observatory built by Maharaja Jai Singh II, colossal sundials stand like guardians of time, casting intricate shadows on the ground.*
<h2>Hello everyone </h2><span>yes</span>
3. *The scent of chai mingles with the sweet notes of jalebi at street corners, enticing passersby to pause and savor the flavors of Rajasthan.*
4. *Peacocks dance in courtyards, their iridescent plumage a living canvas against the ochre backdrop of forts and palaces.*
5. *And as night falls, the Nahargarh Fort lights up, a beacon atop the Aravalli hills, reminding us that history and magic intertwine in this enchanting city.*
Feel free to explore more facets of Jaipur, or let me know if there's anything else you'd like to delve into! 🌺🕌✨
</p>
</div>
</body>
</html>