美文网首页
Studying once again

Studying once again

作者: Smagreable | 来源:发表于2018-08-02 17:42 被阅读0次

    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>网页标题</title>
    </head>
    <body>
    <h1>This is heading 1</h1>
    <h2>This is heading 2</h2>
    <h3>This is heading 3</h3>
    <p>This is paragraph</p>
    <a href="http://www.w3school.com.cn">This is a link</a>
    <img src="/i/eg_w3school.gif" width="300" height="120"/>
    <br />
    <hr />
    <b>This text is bold</b>
    <strong>This text is strong</strong>
    <im>This text is imphasized</im>
    <i>This text is italic</i>
    This text
    This text
    <pre>保留空格和换行</pre>
    常用于显示计算机代码标签:<cord>、<kbd>、<tt>、<samp>、<var>
    <address>地址标签</address>
    <abbr title="etcetera">etc.</abbr>
    <acronym title="world wide web">www</acronym>
    <h1 align="center">This is heading 1</h1>
    <body bgcolor="yellow"></body>


    <p style="color:red'>This text is red</p>

    </body>
    </html>

    相关文章

      网友评论

          本文标题:Studying once again

          本文链接:https://www.haomeiwen.com/subject/nbjjvftx.html