zoukankan      html  css  js  c++  java
  • html5-table布局

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>table布局</title>
    </head>
    <body style="margin: 0">
        <table style="background:#f0f0f0; 100%;height: 700px">
            <tr style="background: blue" ><td colspan="3" height="10%"></td></tr>
            <tr style="background: gray">
            <td style="background: #f8f8f8" width="20%">
            <ul style="list-style-type: none;">
                <li><a href="http://www.sohu.com" target="myframe">wwww.sohu.com</a></li>
                <li><a href="http://www.sohu.com" target="myframe">wwww.sohu.com</a></li>
                <li><a href="http://www.sohu.com" target="myframe">wwww.sohu.com</a></li>
                <li><a href="http://www.sohu.com" target="myframe">wwww.sohu.com</a></li>
                <li><a href="http://www.sohu.com" target="myframe">wwww.sohu.com</a></li>
            </ul>            
            </td>
            <td colspan="2">
            <iframe src="http://www.baidu.com"; width="100%"; height="100%"; name="myframe"></iframe>    
            </td>
            </tr>
            <tr style="background: green"><td colspan="3" height="10%"></td></tr>
        </table>
    </body>
    </html>

    天道酬勤,厚积薄发。 君子之行,静以修身,俭以养德。 非淡泊无以明志,非宁静无以致远。 如有恒,何须三更起,半夜眠;最怕莫,三天打鱼两天晒网,竹篮打水一场空。
  • 相关阅读:
    14-Reverse Integer
    13.Merge k Sorted Lists
    12-Add Digits
    11-String to Integer (atoi)
    10.Power of Two-Leetcode
    9. Delete Node in a Linked List
    使用Openmp并行化
    C++编译过程与内存空间
    C++栈溢出
    程序(进程)内存空间分布深入理解
  • 原文地址:https://www.cnblogs.com/houweidong/p/7492766.html
Copyright © 2011-2022 走看看