风轻云淡
關注

關注後可及時瞭解他的動態資訊

課程筆記
  • 所屬章節課程:HTML中常用的標籤及屬性(文字 字型格式化)

    <p style="text-indent:2em; font-size:15px;color:red;">段落。。。。。</p> <em></em> <i>斜体</i> <del>删除线</del> 商城打折常用 <br>换行标签,空元素 <pre>定义预格式化的文本</pre> <h1>块级标题</h1> font-weight:bold;字体加粗。 text-align:center;文本居中。line-heigh:50px;行高

    2018-11-290个赞

  • 所屬章節課程:HTML中常用的標籤及屬性(超連結)

    <a href="url">我是一个链接</a> <a href="url"><img src="images/favicon.ico" style=" "></a> 图片链接 a{text-decoration:none;color:#000;} a:hover{color:red;text-decoration:underline;} div{} <a href="top">回到顶部</a> <a href="" id="top" >回到顶部</a>

    2018-11-290个赞

  • 所屬章節課程:CSS中的盒子模型

    标记选择器,div p id选择器 #box{声明} class选择器 .main{声明} 派生选择器 p i{声明} 属性选择器 a[href="#"]{声明} 内联样式 内部样式 (head内部) 外部样式

    margin:0px auto; 居中

    2018-12-060个赞