external-links.htm

来自「CSS网页布局与美化」· HTM 代码 · 共 59 行

HTM
59
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>External Links</title><style type="text/css"><!--/* pretty stuff================================== */body {  font: 120%/1.6 "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;  color: #666;  background: #fff;}a:link, a:visited {  color:#666;}/* external links================================== */a[href^="http:"] {  background: url(images/externalLink.gif) no-repeat right top;  padding-right: 10px;}a[href^="http://www.andybudd.com"], a[href^="http://andybudd.com"]  {  background-image: none;  padding-right: 0;}a[href^="mailto:"] {  background: url(images/email.png) no-repeat right top;  padding-right: 15px;}a[href^="aim:"] {  background: url(images/im.png) no-repeat right top;  padding-right: 15px;}--></style></head><body><p><a href="http://www.google.com/">This is an external link</a></p><p>And here is a reasonably long line of text containing  an <a href="http://www.andybudd.com/index.php">absolute internal link</a>, some text, an <a href="http://www.yahoo.com/">an external link</a>, some more text, a <a href="css-button.htm">relative internal link</a> and then some more text.</p><p>Contact me by <a href="mailto:info@andybudd.com">email</a><br />Send me an <a href="aim:goim?screenname=andybudd">instant message</a> using AIM/iChat.</p></p></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?