Blogger Information
Blog 23
fans 0
comment 3
visits 23571
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
标题段落列表连接图片标签
a.
Original
453 people have browsed it

格式化文本

  • 标题标签
    <h1>大标题</h1>...<h6>小标题</h6>
  • 段落标签
    <p>我是一个段落</p>

HTML列表

  • 无序列表 <ul><li>我是一个无序列表</li></ul>
  • 有序列表 <ol><li>我是一个有序列表</li></ol>
  • 自定义列表 <dl><dt>前端学习</dt><dd>1.html</dd><dd>2.css</dd><dd>3.javascript</dd></dl>

连接标签

  • <a href=“http://php.cn”>php中文网</a>
  • href属性:连接地址
  • target :_blank 在新窗口打开页面 _self 在当前窗口打开,默认为当前窗口打开可不用写
  • 锚点连接 :
    <a href="#footer">跳转到底部</a><div id="footer" heigth="800">我是底部啦</div>

图片标签

  • <img src="图片url地址,可以是本地路径地址" alt="图片信息,图片无法加载时显示,利于SEO优化" />
Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post