createElement method

Element createElement(
  1. String tag
)

Implementation

Element createElement(String tag) => Element.tag(tag);