zoukankan
html css js c++ java
fieldset使用实例
myssh
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
">
<html xmlns="
http://www.w3.org/1999/xhtml
">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>www.52CSS.com</title>
<style type="text/css">
* {
font-size:12px;
margin:0;
padding:0;
}
fieldset {
padding:10px;
margin:10px;
270px;
color:#333;
border:#06c dashed 1px;
}
legend {
color:#06c;
font-weight:800;
background:#fff;
border:#b6b6b6 solid 1px;
padding:3px 6px;
}
ul {
list-style-type: none;
margin:8px 0 4px 0;
}
li {
margin-top:4px;
}
</style>
</head>
<body>
<fieldset>
<legend>myssh</legend>
<ul>
<li>欢迎来到myssh的博客</li>
<li>欢迎来到myssh的博客欢迎来到myssh的博客</li>
<li>欢迎来到myssh的博客欢迎来到myssh的博客</li>
<li>欢迎来到myssh的博客欢迎来到myssh的博客</li>
</ul>
</fieldset>
</body>
</html>
查看全文
相关阅读:
pig中将两列合并为一列:concat
最小二乘法拟合二元多次曲线
动态重新加载Class机制之代码测试
從 Windows Form ComboBox、ListBox 或 CheckedListBox 控制項加入或移除項目
C#控件一览表
C#中combobox 和TreeView控件属性、事件、方法收集
PHP 分页类 潇湘博客
一个房屋中介业务建模的实例分析
使用Limit参数优化MySQL查询 潇湘博客
word中的字号与实际的字体大小一一对应的关系
原文地址:https://www.cnblogs.com/myssh/p/1443002.html
最新文章
Emeditor显示行数设置
如何用SQLDMO在ASP.NET页面下实现数据库的备份与恢复
图片切割系统
_#【插件】文件上传 swfupload
♫【语义网】Microdata / RDF / Microformat
【表单】五
☀【布局】三角
【html】二
_#【清除浮动】
【工具】Fiddler
热门文章
【布局】无js二级菜单
【表单】四
【兼容】url
linux cd命令介绍
pig中对元组不能直接使用聚集函数(如COUNT)
pig对应sql的基本命令
python调用其它脚本:pig,python,shell等等 (如何获取pig脚本执行的返回值)
linux 修改 文件名
Hadoop 单机部署与eclipse开发
pig中cogroup的使用
Copyright © 2011-2022 走看看