> For the complete documentation index, see [llms.txt](https://doc.duaer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/build/html.md).

# Work with HTML in Duaer

In Duaer, HTML defaults to Operation Generate HTML Template. You can also Extract HTML Content or Convert to HTML Table.
## Generate an HTML template

1. Search for HTML and connect it after the previous node.
2. Leave Operation on Generate HTML Template.
3. Write markup in HTML Template. Use {{ }} for expressions.
4. Select Execute step. The output is the rendered HTML string.

Extract HTML Content reads values with CSS Selector under Extraction Values from JSON or binary Source Data.

Convert to HTML Table turns the current items into a table.

JS inside script tags is included in the result but is not executed inside Duaer.
## Questions

### Can the HTML node in Duaer fetch a URL on the web?

No. It works on HTML already on the item, or on the template you write. To load a page from a URL, use HTTP Request first.

