标签:style blog http color ar sp div on 2014
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> p{ height:700px; } </style> </head> <body> <a href="#xxx">tab1</a> <a href="#b">tab2</a> <a href="#c">tab3</a> <p>pp<em>pppp</em>pp</p> <h2 id="xxx">tag1</h2> <p>111111111</p> <h2 id="b">tag2</h2> <p>111111111</p> <h2 id="c">tag3</h2> <p>111111111</p> </body> </html>
标签:style blog http color ar sp div on 2014
原文地址:http://www.cnblogs.com/ayguo/p/4059630.html