200k views
3 votes
Under each animal’s list, add a picture of the animal. If you cannot find a picture of the exact animal, find a picture of a closely related animal. Be sure to cite any pictures that you use.

Then, give each image an ID. Remember that ID’s should be unique! Using the ID’s, give each picture a different border using the border-style attribute.

Question: How do I add any border to individual img src tags?

User Pspi
by
7.6k points

1 Answer

1 vote

Answer:

Step-by-step explanation:

To add a border to individual img src tags, you can use the border-style attribute. This attribute has a few different options, such as solid, dotted, dashed, double, and more. To apply a border to an individual image, you would need to give each image an ID (such as "image1", "image2", etc.), and then add the border-style attribute to the ID. For example, if you wanted to give the image with the ID "image1" a solid border, you would add the following code to the img src tag: id="image1" border-. You can also use the border attribute to adjust the width of the border, or the color attribute to change the color of the border. Additionally, if you are using an online image, make sure to cite the source to ensure you are not infringing on any copyright laws.

User Nsagha Kingsly
by
7.3k points