-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path07imageAndVideo.html
More file actions
19 lines (12 loc) · 1.02 KB
/
07imageAndVideo.html
File metadata and controls
19 lines (12 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title> HTML Image and Video</title>
</head>
<body>
<h1 style="text-align: center; color: red;">Bangladesh</h1>
<center><img src="bangla.png" width="400px" height="250px" /></center>
<br/>
<center><iframe width="560" height="315" src="https://www.youtube.com/embed/eKrpcJdz0TI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></center>
<p style="text-align: justify;">Bangladesh Bank, the central bank and apex regulatory body for the country's monetary and financial system, was established in Dhaka as a body corporate vide the Bangladesh Bank Order, 1972 (P.O. No. 127 of 1972) with effect from 16th December, 1971. At present it has ten offices located at Motijheel, Sadarghat, Chittagong, Khulna, Bogra, Rajshahi, Sylhet, Barisal, Rangpur and Mymensingh in Bangladesh; total manpower stood at 5807 (officials 3981, subordinate staff 1826) as on March 31,2015</p>
</body>
</html>