Target link“>
Black color part is the code we use to link our image to a link. when you insert an image blogger will automatically add image location as Target link. so when someone click on the image, it will open the image on that window. if you change it and add another blog post link or another website link with http:// it will open that link in the same tab when you click on the image. Thats how we use an image as a Hyperlink. Red color code shows the direct link to the image. Now you are going to learn the basic html tags we use to change image attributes.
You can set the exact size to images using HTML code. you can use Height and Width options in tag. Change Blue color values on html mode to change the size. If you can’t see height and Width options in
tag, manually add it to the code.
height=”180“ src=”Direct link to image” width=”180“ />
Now go to Compose mode and check your image size. you can learn more about image tag code by changing image settings on Compose mode and check the code again. you will see the changes added to the code. study them and try them with different posts and images.