Allowed HTML Tags and CSS AttributesAllowed HTML Tags
This is a complete list of allowed HTML tags. Any tag not present on this list will be stripped, but the element's subtree will be preserved in the output document The one exception is <FORM>, which will be stripped but the FORM's subtree will be included in our output document.
a center font img sup
abbr cite h1 Li table
acronym code h2 ol tbody
address col h3 p td
b colgroup h4 pre tfoot
big dd h5 small th
blockquote div h6 span thead
body dl hr strike tr
br dt html strong tt
caption em i sub u
- - - - ul
Allowed CSS Attributes
This is a complete list of allowed CSS attribute values. Any CSS value appearing in an inline style attribute which is not in this list will be discarded.
background-color font-family list-style-type
Border font-size table-layout
border-collapse font-style text-align
border-spacing font-variant text-decoration
caption-side font-weight vertical-align
clear height white-space
color letter-spacing width
float line-height word-spacing
empty-cells list-style-position -
亚马逊支持以上HTML标签和CSS样式,我们详细讲解一下常用的标签和CSS样式的使用和举例:
1.段落标签
<p>第一段内容</p>
<p>第二段内容</p>
2.换行标签
第一行内容<br>
第二行内容<br>
第三行内容
3.加粗标签
方法一:<b>需要加粗的内容</b>
方法二:<p >需要加粗的内容 </p>
4.文字大小代码
<p >需要设置文字大小的内容</p>
5.文字颜代码
<p >需要设置文字颜的内容</p>
6.文字字体代码
<p >需要设置文字字体的内容</p>
7.文字斜体代码
<p >需要设置文字斜体的内容</p>
8.文字下划线代码
<p >需要设置文字下划线的内容</p>
9.文字上划线代码
<p >需要设置文字上划线的内容</p>
10.文字删除线代码
<p >需要设置文字删除线的内容</p>
textstyle11.文字闪烁效果代码
<p >需要设置文字闪烁效果的内容</p> 
12.插入图片代码
<p ></p>

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。