24h購物| | PChome| 登入
2012-04-15 18:07:27| 人氣297| 回應0 | 上一篇 | 下一篇

[HTML] More with HTML

推薦 0 收藏 0 轉貼0 訂閱站台

Lists, Comments, and Going to the Source

<ul>
    <li>a pony</li>
    <li>world peace</li>
    <li>iPhone 7</li>
</ul>


<ul>
    <ol>
    <li>Amass wealth.</li>
    <li>Charm my way into meetings with world leaders.</li>
    <li>Hypnotize them and take over their countries.</li>
    <li>Cackle maniacally and stroke my hairless cat.</li>
    </ol>
</ul>

<!-- Make me into a comment -->

But leave me visible to the user!


Make Your Text Purdy

<p style="text-align:center;color:red;font-size:9">Say it ain't so, I will not go</p>

<p style="text-align:center;color:red;font-size:9">Turn the lights off, carry me home</p>

<p style="text-align:center;color:red;font-size:9">Keep your head still, I'll be your thrill</p>

<p style="text-align:center;color:red;font-size:9">The night will go on</p>

<p style="text-align:center;color:red;font-size:9">My little windmill</p>



Give Your Words Some Oomph

<html>

    <head>
        <title>Oomph</title>
    </head>
   
    <body>
       
        <p>
            <em><strong>
            Hey, don't do that!
            </strong></em>
        </p>
       
    </body>
</html>


Table Fable

<html>
    <head>
        <title>Table Fable</title>
    </head>
   
    <body>
       
        <table border="1px">
            <tr>
                <td>Helen Mirren</td>
                <td>1945</td>    
            </tr>
           
            <tr>
                <td>Brad Pitt</td>
                <td>1963</td>
            </tr>
           
            <tr>
                <td>Ryan Gosling</td>
                <td>1980</td>
            </tr>
        </table>
       
    </body>

</html>



台長: Morris
人氣(297) | 回應(0)| 推薦 (0)| 收藏 (0)| 轉寄
全站分類: 不分類 | 個人分類: [學習]HTML |
此分類下一篇:[HTML] More with HTML
此分類上一篇:[HTML] Build a Webpage

是 (若未登入"個人新聞台帳號"則看不到回覆唷!)
* 請輸入識別碼:
請輸入圖片中算式的結果(可能為0) 
(有*為必填)
TOP
詳全文