Inner HTML Example

Demo

This example renders unescaped HTML by manually handling the DOM element.

Concepts

  • Manually creating Html without the html! macro.
  • Using web-sys to manipulate the DOM.