美文网首页
工地施工狗的转行之路Day9

工地施工狗的转行之路Day9

作者: 中石化局长 | 来源:发表于2016-11-15 22:26 被阅读0次

提交,重置按钮

<input type="submit" value="提交">

<input type="reset" value="重置">


CSS

<span></span>
span{
          color:red;
}

blod 粗体字


内联式CSS(单一不整体更改)

<p style="color:red;font-size:12px">这里文字是红色。</p>

嵌入式CSS

<style type="text/css">
span{
           color:red;
}
</style>


外部式CSS(超链接到.css文件)

<link href="base.css" rel="stylesheet" type="text/css"/>

优先级:内联>嵌入式>外部式

相关文章

网友评论

      本文标题:工地施工狗的转行之路Day9

      本文链接:https://www.haomeiwen.com/subject/pbmkpttx.html