Angular HtmlEditor - Tags and Attributes

HtmlEditor generates the following HTML tags and attributes:

HTML Tags

Type Tags
Content sectioning <h1> - <h6>
Text content <blockquote>, <div>, <ol>, <li>, <ul>, <p>, <pre>
Inline text <a>, <b>, <br>, <code>, <em>, <i>, <s>, <span>, <strike>, <strong>, <sub>, <sup>, <u>
Images <img>
Table content <table>, <thead>, <th>,<tbody>, <tr>, <td>

Attributes

  • allowfullscreen
  • alt
  • class
  • data-*
  • frameborder
  • height
  • href
  • rel
  • spellcheck
  • src
  • style
  • target
  • width
NOTE
The mentioned attributes are generated automatically. If you pass custom values such as custom classes, HtmlEditor may not properly process these attributes.