Skip to content
Manolo Cantón edited this page Aug 19, 2024 · 5 revisions

Documents

HTMLDocument creates a simple HTML document using chain methods.

  • add_tag adds an inline tag. Tag Example: <input type="text" value="apple">
  • start_tag opens a block tag. Tag Example: <h2>
  • close_tag closes an open block tag. Tag Example: </h2>
Clone this wiki locally