Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset=utf-8 />
- <title>JS Bin</title>
- <style>
- #where a{
- color:#8E63B7;
- text-decoration: none;
- font-size:13px;
- }
- #where a:visited{color:#8E63B7; text-decoration: none; }
- #where a:hover{color:#8E63B7; text-decoration: underline; }
- #where a:active{
- color:#8E63B7;
- text-decoration: none;
- }
- #where .wherehightlight {
- color:#eb0000;
- text-decoration: none;
- font-size:24px;
- }
- </style>
- </head>
- <body>
- <div id="where">
- <a class="wherehightlight" href="#">台北</a>
- <a href="#">桃園</a>
- <a href="#">新竹</a>
- <a href="#">台中</a>
- <a href="#">高雄</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment