摘要: 一、对标签元素文本操作 1.1 对标签中内容的操作 <!DOCTYPE html> <html> <head> <title>文本操作</title> </head> <body> <div id="div1"> <p> 我是div1下的p段落 </p> </div> <script src=".. 阅读全文
posted @ 2018-04-20 17:41 短毛兔 阅读(2892) 评论(0) 推荐(0) 编辑
摘要: 一、操作样式类 <!DOCTYPE html> <html> <head> <title>操作样式类</title> <style type="text/css"> .div1{ width: 100px; height: 100px; } .bacc{ background-color: red; 阅读全文
posted @ 2018-04-20 16:12 短毛兔 阅读(9229) 评论(0) 推荐(0) 编辑