在HTML语言中,将文字以斜体形式显示,可以使用的标记是:
<i>sdfsd</i>
//用i标签直接将文字变成斜体
<p
><i>sdfsdfsdfsdf</i>
//这样的话也是斜体
<b></b>
粗体文本
<i></i>
倾斜文本
这可以单独成在,在<font>中有属性color
\face\size
两种方法:
方法
1:
<font
style="font-weight:boldfont-style:italic">aaaaa</font>
方法2:
<style
type="text/css">
font
{font-weight:boldfont-style:italic}
</style>
<font>aaa</font>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)