zoukankan      html  css  js  c++  java
  • Fieldest 应用

    效果图:

    代码:

    fieldest.html

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD><TITLE>Fieldest 应用</TITLE>
    <META content="text/html; charset=gb2312" http-equiv=Content-Type>

    <STYLE type=text/css>


    BODY {
     BACKGROUND-COLOR: #eee;text-decoration: none; FONT-FAMILY: Trebuchet MS,

    Lucida Sans Unicode, Arial, sans-serif
    }
    FIELDSET {
     WIDTH: 200px
    }
    #mainContainer {
     MARGIN: 0px auto;
     WIDTH: 760px
    }
    a:link {
     text-decoration: none;
    }
    a:visited {
     text-decoration: none;
    }
    a:hover {
     text-decoration: none;
    }
    a:active {
     text-decoration: none;
    }
    </STYLE>
    </HEAD>
    <BODY>
    <DIV id=mainContainer>
    <FIELDSET><LEGEND>Description</LEGEND>
    <DIV>
     <a href="#">This is the 1 link</a></br>
     <a href="#">This is the 2 link</a></br>
     <a href="#">This is the 3 link</a></br>
     <a href="#">This is the 4 link</a></br>
     <a href="#">This is the 5 link</a></br>
     <a href="#">This is the 6 link</a></br></DIV></FIELDSET>
    </body>
    </html>

  • 相关阅读:
    COJ 1691:前缀和
    COJ 1692:模拟
    POJ 3415:后缀数组+单调栈优化
    python拓展知识
    git总结
    好的文章及博客收集
    python爬虫总结
    ajax与java后台交互
    Java多线程与并发库
    Django框架创建
  • 原文地址:https://www.cnblogs.com/hongten/p/2053116.html
Copyright © 2011-2022 走看看