html(初始)

基本结构:

<html>  //根标签

  <head>  //头标签

    <title></title>  //标题标签

  </head>  

  <body>  //体标签

  </body>

</html>

简单标签(标记):

加粗:<strong></strong>

换行:<br /> 或 <br>

双标签:

<标签名>内容</标签名>

单标签:

<标签名>内容

原文地址:https://www.cnblogs.com/look-up-at-the-starlit-sky/p/11880911.html