Crate html_sys

Source

Modules§

edits
These elements let you provide indications that specific parts of the text have been altered.
embedded
In addition to regular multimedia content, HTML can include a variety of other content, even if it’s not always easy to interact with.
forms
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.
interactive
HTML offers a selection of elements which help to create interactive user interface objects.
metadata
Metadata contains information about the page.
root
Represents the root (top-level element) of an HTML document
scripting
In order to create dynamic content and Web applications, HTML supports the use of scripting languages
sections
Content sectioning elements allow you to organize the document content into logical pieces
tables
The elements here are used to create and handle tabular data
text
Define the meaning, structure, or style of a word, line, or any arbitrary piece of text.

Structs§

DataMap
Container for data-* attributes.
GlobalAttributes
The “global attributes” struct

Traits§

RenderElement
Render an element to a writer.