অনুশীলন ক্লাস ০৫ঃ HTML Images

HTML Images
Example: 01
<img src="hill_view.jpg">
ফলাফলঃ
Example: 02
<img src="hill_view1.jpg" alt="Hill View">
ফলাফলঃ
Example: 03
<img src="hill_view.jpg" alt="Hill View" width="460" height="345"> <img src="hill_view.jpg" alt="Hill View" width="100%" height="345"> <img src="hill_view.jpg" alt="Hill View" style="width:128px;height:128px;"> <img src="/images/hill_view.jpg" alt="Hill View" style="width:128px;height:128px;"> <img src="https://unsplash.com/photos/MrKPi-yajC0" alt="Hill View" style="width:128px;height:128px;"> <a href="https://programmersmedia.com"> <img src="pm_logo.png" alt="Hill View"> </a>