• 爱情文章
  • 亲情文章
  • 友情文章
  • 生活随笔
  • 校园文章
  • 经典文章
  • 人生哲理
  • 励志文章
  • 搞笑文章
  • 心情日记
  • 英语文章
  • 范文大全
  • 作文大全
  • 新闻阅读
  • 当前位置: 山茶花美文网 > 友情文章 > 正文

    html标准写法与dreamweaver自动生成的不一样 html注释的写法

    时间:2018-08-11来源:山茶花美文网 本文已影响 山茶花美文网手机站

     代码如下:


    <!--doctype指定文档类型htm-->
    <!doctype html>
    <html>
    <header>
    <!--设置字符集 utf-8-->
    <meta charset="utf-8">
    <style>
    <!--这里写你的css代码-->
    </style>
    <script>
    //这里写你的js代码
    </script>
    </header>
    <body>
    <!--这里bof体内容-->
    </body>
    </html>
    接下来介绍html标签
    <br/> 换行标签
    //不换行
    <nobr>
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    </nobr>
    //居中样式
    <center>
    <p>saddddddddddddddddddddddddddddddddd</p>
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    <img src="http://file.ynet.com/2/1403/26/8829944-148x86.jpg">
    </center>  
    • html标准写法与dreamweaver自动生成的不一样 html注释的写法 相关文章:
    • 爱情文章
    • 亲情文章
    • 友情文章
    • 随笔
    • 哲理
    • 励志
    • 范文大全