Loading Please Wait...
Images are very helpful for creating interactive web pages. Images increase the visualization and appearance of the web page.
Use <img> tag to include image on the web page. It is an empty tag, hence no closing tag is required.
<!DOCTYPE html>
<html>
<body>
<img src="https://lynxsia.com/upload/logo/lynxsia-it-solutions-logo_1661513244.png">
</body>
</html>
Use <img> tag has following attributes
<!DOCTYPE html>
<html>
<body>
<img src="https://lynxsia.com/upload/logo/lynxsia-it-solutions-logo_1661513244" alt="Logo">
</body>
</html>
Use width and height attribute to specify the size (in pixel).
We recommend to use style and CSS instead of width and height
<!DOCTYPE html>
<html>
<body>
<img src="https://lynxsia.com/upload/logo/lynxsia-it-solutions-logo_1661513244.png" width="100" height="100"><br>
<img src="https://lynxsia.com/upload/logo/lynxsia-it-solutions-logo_1661513244.png" style="width: 100px; height: 100px;">
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<a href="https://lynxsia.com/">
<img src="https://lynxsia.com/upload/logo/lynxsia-it-solutions-logo_1661513244.png" style="width: 100px; height: 100px;">
<a>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Rotating_earth_%28large%29.gif/300px-Rotating_earth_%28large%29.gif" style="width: 100px; height: 100px;" alt="Source Wikipedia">
</body>
</html>
How you feel about this blog:
Share this blog on:
If you find any error in the turtorials, or want to share your suggestion/feedback, feel free to send us email at: info@lynxsia.com
Contact UsWe are concern with various development process like website design & development, E-commerce development, Software development, Application development, SMS & Bulk SMS Provider, PWA Development, and many more..
Copyright ©
, Lynxsia IT Solutions, All rights reserved