Function moxie_dom::elements::text_semantics::i[][src]

pub fn i() -> IBuilder
Expand description

The HTML <i> element represents a range of text that is set off from the normal text for some reason. Some examples include technical terms, foreign language phrases, or fictional character thoughts. It is typically displayed in italic type.

A function for creating a builder which will accept attributes and produce the element.