你的狮子你的猫吧 关注:18贴子:1,060
  • 3回复贴,共1

【学点小东西】python实战

只看楼主收藏回复

1楼2016-07-20 09:37回复
    html语法
    <div>
    </div> 模块区域
    <p>文字内容</p>
    <li></li>列表
    <img>图片
    <h1></h1>不同字号标题
    <a href = " "> 链接


    2楼2016-07-20 09:41
    回复
      <html>
      <body>
      <h1>my first heading </h1>
      <p>my first paragraph </p>
      </body>
      </html>
      <h1>this is a heading</h1>
      <h2>this is a heading</h2>
      <h3>this is a heading</h3>
      <a href="http://www.baidu.com"> this is a link </a>
      <img src = "w3schoool.jpg" width="104" height="142" />
      <h1 align = "center" > this is a heading </h1>
      <body bgcolor = "yellow"> </body>
      <hr/>
      <!-- This is a comment -->
      换行符


      3楼2016-07-25 00:31
      回复
        格式不好用,还是写博客吧


        来自iPhone客户端5楼2016-07-25 11:18
        回复