且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Fieldest 应用

更新时间:2022-08-19 22:52:49

效果图:

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>