前端-html
前端-html
智汇君前端-html
https://quickref.cn/docs/html.html
段落p
1 | <p> |
注释
1 | <!-- xxx --> |
链接
1 | <a href="xxx">xxx</a> |
标题
1 | <h1> |
粗体b strong
1 | <b>xxx</b> |
换行
1 | <br> |
水平分割线
1 | <hr> |
javascript
1 | <script> |
1 | head |
https://quickref.cn/docs/html.html
1 | <p> |
1 | <!-- xxx --> |
1 | <a href="xxx">xxx</a> |
1 | <h1> |
1 | <b>xxx</b> |
1 | <br> |
1 | <hr> |
1 | <script> |
1 | head |