How can i adjust opacity of background image in my html doc.through inline css ?? In this situation inline css applicable ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can i adjust opacity of background image in my html doc.through inline css ?? In this situation inline css applicable ??

11th Jun 2017, 9:15 AM
Ajinkya Kulkarni
Ajinkya Kulkarni - avatar
3 Answers
+ 2
<img src="a.jpg" style="opacity:0.5" />
11th Jun 2017, 11:13 AM
Calviղ
Calviղ - avatar
+ 1
opacity () example opacity (1) is visible
11th Jun 2017, 10:06 AM
_Retr0/-
_Retr0/- - avatar
0
@calvin, How I can adjust it for #background image of webpage??
11th Jun 2017, 2:51 PM
Ajinkya Kulkarni
Ajinkya Kulkarni - avatar