Module sauron::html

source ·
Expand description

Provides functions and macros to build html elements

Modules§

  • Create html attributes
  • Create events Object
  • Provides list of HTML and SVG tags, style properties
  • provides functionalities and macro for building html elements
  • provides function and macro for html units such as px, %, em, etc.

Constants§

  • These are the self closing tags such as <input/>, <br/>,
  • These are the comonly used html tags such as div, input, buttons,.. etc
  • These are html tags which are non commonly used. Put together in this collection to avoid import conflicts with the commonly used ones.
  • These are html tags with macro which are non commonly used. Put together in this collection to avoid import conflicts with the commonly used ones.

Functions§