|
Post by K'Sennia Visitor on Oct 18, 2018 16:34:11 GMT
kdp.amazon.com/en_US/help/topic/G201189630 Here is the list of supported HTML tags that you can use in KDP to bold/underline/ and highlight your text to make it stand out better. I can never remember what code to use, so I am gonna sticky this for my own convenience, and maybe someone else's, as well. HTML Tag Description <b> Formats enclosed text as bold. <br> Creates a line break. <em> Emphasizes the enclosed text; generally formatted as italic. <font> Determines the appearance of the enclosed text. <h1> to <h6> Formats enclosed text as a section heading: <h1> (largest) through <h6> (smallest). <i> Formats enclosed text as italic. <li> Identifies an item in an ordered (numbered) or unordered (bulleted) list. <ol> Creates a numbered list from enclosed items, each of which is identified by a <li> tag. <p> Defines a paragraph of text with the first line indented; creates a line break at the end of the enclosed text. <pre> Defines preformatted text. <s> Formats text as strikethrough. See also, <strike>. <strike> Formats text as strikethrough. See also, <s>. <strong> Formats enclosed text as bold. See also, <b>. <sub> Formats enclosed text as subscript: reduces the font size and drops it below the baseline. <sup> Formats enclosed text as superscript: reduces the font size and places it above the baseline. <u> Formats enclosed text as underlined. <ul> Creates a bulleted list from enclosed items, each of which is identified by a <li> tag.
|
|