image insert html tag code example
Example 1: adding image in html
<img src="image.png" alt="Description for image" width="250" height="250">
Example 2: add image in html
<img src="image(name).png" alt="descibe your image">
non code:
for styling i will prefer using css instead of html