Inserting Image in HTML Page

Photo is an essential thing when you are to make a web page look beautiful. Images is not just for making website background, but for other purpose like; dynamic user profile picture, post content picture. The list is endless. That’s why I always tell my readers that, learning how to add image to web page is important. I’m really happy to tell you that today we are going to add image on html web page. Basically, there are three method for adding image/photo to html page. We’ll cover these easy three steps in this guide. In one of our past guides, we discuss on how to style html page. We learnt three ways, which are “inline styling” “eternal styling” and “external styling”. Same thing apply to adding image on html page. What is HREF in coding? Method 1: This method is very simple. We’ll make div element and add image as the background-image for the div. This background will only cover the shape of the div. In other words, it will only take the...