编辑下面的代码:【加编码】
<html lang="en"> <head> <meta charset="utf-8"> <title>Bootstrap pager with older and newer example</title> <meta name="description" content="Bootstrap pager with older and newer example"> <link href="/try/bootstrap/twitter-bootstrap-v2/docs/assets/css/bootstrap.css" rel="stylesheet"> <style type="text/css"> body { margin: 50px; } </style> </head> <body> <ul class="pager"> <li class="previous"> <a href="#">← Older</a> </li> <li class="next"> <a href="#">Newer →</a> </li> </ul> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂