Home  >  Article  >  Web Front-end  >  前端标签记忆-学习笔记_html/css_WEB-ITnose

前端标签记忆-学习笔记_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:29:411135browse

  1. 强调标签:斜体强调   粗体强调   直接用span控制也可以实现该效果  font-size   font-weight
  2. 分行标签:
  3. 水平横线标签:
            效果:                                                                                                                                                                6666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666                                                                                                                                                                                                                                                                                                                                                              2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222         
  4. 地址标签:
    默认为独占一行斜体
  5. a标签里可以写邮件连接:
  6. 表单:
    <form    <strong>method="post"   action="save.php"</strong>>        <label for="username">用户名:</label>        <input type="text" name="username" />        <label for="pass">密码:</label>        <input type="password" name="pass" /></form>






  7. submit:提交            reset:重置
  8. letter-spacing控制文字间距
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn