Skip to main content

img

Function img 

Source
pub fn img() -> Element
Expand description

An image: <img>.

ยงExamples

use winged_rust::prelude::*;
let el = img();
assert_eq!(el.tag(), "img");