在HTML中设置背景颜色为透明的方法如下:

使用`background-color: transparent;`

这是最直接和推荐的方法,适用于所有浏览器。

```html

This div has a transparent background.