text over image html bootstrap code example
Example 1: images in html
<html>
<head>
</head>
<body>
<img src="exampel.end">
</img>
</body>
</html>
Example 2: image opacity in html
img {
opacity: 0.5;
}
<html>
<head>
</head>
<body>
<img src="exampel.end">
</img>
</body>
</html>
img {
opacity: 0.5;
}