EDLEDL for Mobile AppHtmlOn this pageHtmlHtml is a component for rendering HTML content.Usage<Script> const $html = "<p>This is <b>HTML</b> content.</p>";</Script><Html content={$html}/>PropscontentType: string Required: trueThe HTML content to render.