学习内容

<!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;

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