When inserting an image as a background, i want it to have a subtle blackish covering over the entire image to darken it and to have the text over it with 100% clarity. in order to do this, do i HAVE to insert it using CSS? See code below please. Or, am i able to insert it in HTML using the tag? Thanks!
.aboutussd {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
height: 928px;
text-align: center;
background-image: url(images/background.jpg);
}