//! Forms elements
//!
//! HTML provides a number of elements which can be used together to create
//! forms which the user can fill out and submit to the website or application.
//! There's a great deal of further information about this available in the HTML
//! forms guide.
pub use crate;