Blogger Information
Blog 26
fans 0
comment 0
visits 21496
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
html基本用法
default
Original
468 people have browsed it

html是什么

  • 理解了html中 head,body

    html的基本语法

    1. <a href="https://www.php.cn/">php中文网</a>
    2. <p>哈哈</p>
    -常用标签的基本用法

    html中input标签的用法

    1. <form action="1.php" method="get">
    2. <label for="email">邮箱:</label>
    3. <input type="email" placeholder="请填写邮箱" id="email" required>
    4. <button>提交</button>
    5. </form>
  • 其中for="email" 和 required这个是在工作中没有没有用到而新发现的
  • 还有层级嵌套

    html 中的属性

    id ,class ,style
    -常用属性

    URL

  • http和https 协议的详细解释还有 ftp中的解释
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