#3Lists

作者: 淇漯草 | 来源:发表于2018-08-08 16:56 被阅读0次
    <!DOCTYPE html>
    <html>
    <head>
        <title>My first web page</title>
    </head>
    <body>
        <p>This is my first web page</p>
        <p>How exciting.</p>
        <p>Yes, that reallly <em>is</em> exciting
        <strong>Waring:</strong> level of excitement may cause head to explode.</p>
        <h1>My first web page</h1>
        <h2>What this is?</h2>
        <p>A simple page put together using HTML</p>
        
        <h2>Why this is </h2>
        <p>To learn HTML</p>
        
        <ul>
            <li>To learn HTML</li>
            <li>To show off</li>
            <li>Because I've fallen in love with my computer and want to give her som HTML loving.</li>
            <ol>
                <li>To learn HTML</li>
                <li>To show off</li>
                <li>Because I've fallen in love with my computer and want to give her som HTML loving.</li>
            </ol>
        </ul>
        
    </body>
    </html>
    
    
    

    自行体会

    相关文章

      网友评论

          本文标题:#3Lists

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