bgColor

fun Tag<HTMLBodyElement>.bgColor(value: String)
fun Tag<HTMLBodyElement>.bgColor(value: Flow<String>)
fun Tag<HTMLTableElement>.bgColor(value: String)
fun Tag<HTMLTableElement>.bgColor(value: Flow<String>)
fun Tag<HTMLTableRowElement>.bgColor(value: String)
fun Tag<HTMLTableRowElement>.bgColor(value: Flow<String>)
fun Tag<HTMLTableCellElement>.bgColor(value: String)
fun Tag<HTMLTableCellElement>.bgColor(value: Flow<String>)
fun Tag<HTMLMarqueeElement>.bgColor(value: String)
fun Tag<HTMLMarqueeElement>.bgColor(value: Flow<String>)