html

Macro html 

Source
macro_rules! html {
    ($html_data:expr) => { ... };
}
Expand description

Returns given HTML code.