-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path12_CSS_BOX_Model.html
29 lines (25 loc) · 995 Bytes
/
12_CSS_BOX_Model.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BoxModel</title>
<style>
</style>
</head>
<body>
<div id="india">
<h2>India</h2>
<p>
India, officially the Republic of India (Bhārat Gaṇarājya),[e] is a country in South Asia. It is the
seventh-largest
country by area, the second-most populous country (with over 1.2 billion people), and the most populous
democracy
in the world. It is bounded by the Indian Ocean on the south, the Arabian Sea on the southwest, and the Bay of
Bengal on the southeast. It shares land borders with Pakistan to the west;[f] China, Nepal, and Bhutan to
the northeast; and Myanmar (Burma) and Bangladesh to the east. In the Indian Ocean, India is in the vicinity
of Sri Lanka and the Maldives. India's Andaman and Nicobar Islands share a maritime border with Thailand and
Indonesia.
</p>
</div>
</body>
</html>