HTML Standard: <i>, <em>, <cite> tags
- <a>
- <b>, <strong>
- <br>
- <caption>, <figcaption>
- <div>
- <dl>, <dt>, <dd>
- <h1>, <h2>, <h3>, <h4>, <h5>, <h6>
- <hr>
- <i>, <em>, <cite>, <var>
- <input>
- <img>
- <mark>
- <p>, <address>, <blockquote>
- <pre>
- <s>
- <select>, <option>
- <small>
- <span>
- <sub>
- <sup>
- <table>, <tr>, <td>, <th>
- <textarea>
- <u>, <ins>, <del>
- <ul>, <ol>, <li>
- <math>
- <meta>
- <phpdocx_bookmark>
- <phpdocx_break>
- <phpdocx_comment>
- <phpdocx_crossreference>
- <phpdocx_dateandhour>
- <phpdocx_endnote>
- <phpdocx_footer>
- <phpdocx_footnote>
- <phpdocx_formelement>
- <phpdocx_header>
- <phpdocx_heading>
- <phpdocx_image>
- <phpdocx_link>
- <phpdocx_mathequation>
- <phpdocx_mergefield>
- <phpdocx_modifypagelayout>
- <phpdocx_ole>
- <phpdocx_onlinevideo>
- <phpdocx_pagenumber>
- <phpdocx_section>
- <phpdocx_shape>
- <phpdocx_simplefield>
- <phpdocx_structureddocumenttag>
- <phpdocx_tablecontents>
- <phpdocx_tablefigures>
- <phpdocx_text>
- <phpdocx_textbox>
- <phpdocx_wordfragment>
- <phpdocx_wordml>
- <svg>
- <title>
<i>, <em>, <cite> tags
Inserts an italic text.
These tags can be replaced by a CSS style.
Attributes
Attribute | Description |
---|---|
class | One or more classes. |
id | Id. |
style | Inline styles. Styles can also be applied using style tags. |
Styles
Style | Description |
---|---|
background-color |
|
color |
|
direction |
|
display |
|
font-family |
|
font-size |
|
font-stretch |
|
font-style |
|
font-variant |
|
font-weight |
|
letter-spacing |
|
text-decoration |
|
text-decoration-color |
|
text-decoration-style |
|
text-transform |
|
vertical-align |
|
Custom MS Word styles
Using createCharacterStyle and HTML, custom character styles can be applied to use more styles.
HTML Extended (Premium licenses)
Attribute | Description |
---|---|
data-lang | Sets a custom language: language-region (en-US). |
data-rpr | Applies a custom rPr style. |
CSS Extended (Premium licenses)
Style | Description |
---|---|
data-em |
Emphasis mark type:
|
data-font-size | Sets to "initial" to avoid applying a font size. |
data-highlight | Highlight style: black, blue, cyan, green, magenta, red, yellow, white, darkBlue, darkCyan, darkGreen, darkMagenta, darkRed, darkYellow, darkGray, lightGray. |