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>
查看全文
相关阅读:
用例失败重新运行
pytest启动浏览器,失败用例截图
解决pycharm问题:module 'pip' has no attribute 'main'
pytest的HTML
pytest 的 yield
pytest的setup和teardown
pytest的fixture和conftest
pycharm运行pytest
简单易用的MongoDB
快速入门系列--CLR--02多线程
原文地址:https://www.cnblogs.com/myssh/p/1443002.html
最新文章
MVC学习十一:合并资源文件(BundleConfig)
MVC学习十:MVC 特性作用和MVC 验证
MVC学习九:MVC 特性本质
MVC学习八:MVC View提交数据
JSON转换
ASP.NET整体运行机制+asp.net请求管道+页面生命周期+MVC整体运行机制原理图
Ajax去除缓存
请求管道19事件
【Java Web开发学习】Spring配置数据源
【Java Web开发学习】Spring MVC添加自定义Servlet、Filter、Listener
热门文章
人工智能学习
【Html5】使用学习
【Java Web开发学习】Spring构造器和属性注入
【Maven】plugin使用学习
Java题整
【Maven】使用学习
【MyBatis】配置文件提示
【Java SE】使用Javacv截取视频图片
跳过用例skip
预期结果 参数化parametrize
Copyright © 2011-2022 走看看