<html lang="en"> <head> <meta charset="UTF-8"> <title>CSS示例</title> </head> <body> <form action="" method="post" > <table border="0" cellspacing="0" cellpadding="8" align="center" width="400" bgcolor="powderblue"> <caption><h2>CSS样式演示</h2></caption> </table> </body> </html>
点击 "运行实例" 按钮查看在线实例
作业要求:
1.博客: 实例演示基本选择器与属性选择器
2.手写: 基本选择器案例
要求对伪类要有一定的了解,明天晚上会随机提问和抽查
实例