html image transparency code example Example 1: html make image transparent img { opacity: 0.5; } Example 2: image opacity in html img { opacity: 0.5; }