[][src]Trait valerie::html::attributes::Bgcolor

pub trait Bgcolor: HtmlElement {
    fn attr() -> &'static str { ... }
}

Trait for the attribute bgcolor

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Bgcolor for Body[src]

impl Bgcolor for Col[src]

impl Bgcolor for Colgroup[src]

impl Bgcolor for Table[src]

impl Bgcolor for Tbody[src]

impl Bgcolor for Td[src]

impl Bgcolor for Tfoot[src]

impl Bgcolor for Th[src]

impl Bgcolor for Tr[src]

Loading content...