I am interested in creating an image of 1 star arranged into 6 stars by simply targeting the parent element's class.
.stars {
/* which HTML tag should be used? */
}
<div class="stars">
<img src="image/stars.jpeg">
<img src="image/stars.jpeg">
<img src="image/stars.jpeg">
<img src="image/stars.jpeg">
<img src="image/stars.jpeg">
<img src="image/stars.jpeg">
</div>