Images are used for creative web page design.
It is used by <img> tag.
Example
<!Doctype Html>
<Html>
<Head>
<Title>Image</Title>
</Head>
<Body>
<img src="logo.jpg" width="200" height="200" alt="logo">
</Body>
</Html>
Output
Copyright ©2022 coderraj.com. All Rights Reserved.