XML/HTML Code復(fù)制內(nèi)容到剪貼板
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>無標(biāo)題文檔</title>
- <style type="text/css">
- a:link
- {
- color:#000;
- text-decoration:none;}
- a:visited
- {
- color:#000;
- text-decoration:none;}
- a:hover
- {
- color:#F00;
- text-decoration:underline;}
- a:active
- {
- color:#F90;
- text-decoration:underline;}
- </style>
- <link href="Untitled-1.css" rel="stylesheet" type="text/css" />
- </head>
-
- <body>
- <a href="http://www.baidu.com/">百度一下</a>
- </body>
- </html>
以上這篇HTML基礎(chǔ)知識(shí)——設(shè)置超鏈接的樣式簡(jiǎn)單實(shí)例就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持腳本之家。