博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
学习内容
阅读量:6991 次
发布时间:2019-06-27

本文共 2155 字,大约阅读时间需要 7 分钟。

<!doctype html>

<html lang="en">

 <head>

  <meta charset="UTF-8">

  <title>Document</title>

 </head>

 <!-- <frameset cols=20%,20%,*>

 <frame><frame>

 <frame><frame>

 <frame><frame>

 </frameset> -->

 <!-- <frameset rows=20%,20%,*>

 <frame><frame>

 <frame><frame>

 <frame><frame>

 </frameset> -->

 <!-- <frameset rows=20%,20%,20%,*>

 <frame noresize="noresize"><frame>

 <frame src="http://www.baidu.com" scrolling="auto"></frame>

 <frame src="http://www.baidu.com" scrolling="no"><frame>

<frame src="blue.html" scrolling="yes"><frame>

 </frameset> -->

 <!-- <frameset rows="30%,*" border=50px bordercolor="#FF0000">

 <frame backround-color:yellow;>

<frameset cols="10%,*" bordercolor="#FF0000">

<frame><frame>

</frameset>-->

 

</html>

 

 

ansparent p{color:transparent;}

 

 

 

 

 

 

<!doctype html>

<html lang="en">

 <head>

  <meta charset="UTF-8">

  <title>Document</title>

  <link rel="stylesheet" href="26.css">

 </head>

 <body>

  <table border="1" color:red >

  <tr>

  <th>姓名</th>

  <th>年龄</th>

  <th>居住地</th>

  <th>民族</th>

  </tr>

  <tr>

  <td>张三</td>

  <td>19</td>

  <td>苏州</td>

  <td>汉族</td>

  </tr> 

   <tr>

  <td>张三</td>

  <td>19</td>

  <td>苏州</td>

  <td>汉族</td>

  </tr>

  <tr>

  <td>张三</td>

  <td>19</td>

  <td>苏州</td>

  <td>汉族</td>

  </tr>

</table>

<p id="p1">啊百度个iui哦就哦怕</p>

<p id="p2">啊百度个iui哦就哦怕</p>

<p id="p3">啊百度个iui哦就哦怕</p>

<p id="p4">啊百度个iui哦就哦怕</p>

<div>不回家资本成本都不</div>

 

 

<ul class="test">

         <li id="normal">

                   <strong>正常的字体:</strong>

                   <p>本段文字将显示为正常的字体。</p>

         </li>

         <li id="italic">

                   <strong>斜体:</strong>

                   <p>本段文字将显示为斜体。</p>

         </li>

         <li id="oblique">

                   <strong>倾斜的字体:</strong>

                  <p>本段文字将显示为倾斜的字体。</p>

         </li>

</ul>

 

 </body>

</html>

 

 

body{

background-color:#FFFFFF;

color:#00FFCC;

}

table{

background-color:#EEEEEE;

}

table td{

border:1px solid green;

text-align:center;

background-color:#F00FF0;

}

#p1{

color:#00FFBB;

font-family:"黑体";

}

#p2{

color:#41B2EB;

font-family:"Times New Roman"

}

#p3{

color:#BBFFCC;

font-family:"Cambria";

}

div{

border:1px solid #778855;

color:#111FFF;

width:200px;

}

#p4{

font-size:50px;

text-shadow:0.2em 2px 3px #000000;

text-align:center;

}

#test p{margin:15px 0;border:1px solid #000;}

#normal p{font-style:normal;}

#italic p{font-style:italic;}

#oblique p{font-style:oblique;}

 

转载于:https://www.cnblogs.com/miffees/p/6002357.html

你可能感兴趣的文章
163. 不同的二叉查找树
查看>>
Batsing的网页编程规范(HTML/CSS/JS/PHP)
查看>>
vue 1.x 总结
查看>>
关于Android Launcher图标上面动态改变数字的实现
查看>>
android设备不识别awk命令,缺少busybox
查看>>
利用接口“组装电脑”
查看>>
LeetCode – Refresh – Plus One
查看>>
LeetCode 90: Subsets II
查看>>
2017-2018-1 20155222 《信息安全系统设计基础》第十四周学习总结
查看>>
第五周作业——用状态转换图描绘复印机的行为
查看>>
[HNOI2002]营业额统计
查看>>
Maven学习总结(五)——聚合与继承
查看>>
落谷P3941 入阵曲
查看>>
Java 里的异常(Exception)详解
查看>>
结对开发 随机产生数组并求最大子数组的和
查看>>
微博mini for Windows Phone
查看>>
[PKUWC2018]随机算法
查看>>
两个基于openssl的https client例子
查看>>
libgdx初试
查看>>
课程作业
查看>>