I have a bunch of content that populates within a div tag. This tag is associsted with a CSS id. I would like to set the border property for all the images that are within the div tag, and I don't know the CSS for it. I tried a few things and it hasn't worked.
.content img{border: solid black 5px;}
img.content {border: solid black 5px;}
None of these worked. What is the syntax for something like this? Thank you in advance.