鱼C论坛

 找回密码
 立即注册
查看: 4492|回复: 19

[庖丁解牛] 0 0 1 7 - 文本与超链接

[复制链接]
发表于 2017-4-20 09:23:10 | 显示全部楼层
交作业
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.         <meta charset="UTF-8">
  5.         <title>链接属性和字体样式类别</title>
  6.         <link href="0009CSS.css" rel="stylesheet" type="text/css">
  7. </head>
  8. <body>
  9. <div id="container">
  10.         <h1>我爱鱼C</h1>
  11.         <p>让编程改变世界!<br/>Change the world by program!</p>
  12.         <a href="http://www.fishc.com/" style="color: blue; text-decoration: none">鱼C传送门</a>
  13.         <a href="http://bbs.fishc.com/forum.php?mod=collection&action=view&ctid=539" style="color: blue;text-decoration: none">HTML5-庖丁解牛</a>
  14.         <a href="http://bbs.fishc.com/home.php?mod=space&uid=426569&do=index" style="color: blue;text-decoration: none">传送门</a>
  15.         <a href="http://bbs.fishc.com/forum.php?mod=collection&action=view&ctid=595" target="_blank">
  16.                 <!--target:规定在何处打开链接文档。-->
  17.                 <section>
  18.                         <h3>JS-庖丁解牛</h3>
  19.                         <p>哇塞,好好玩儿,谁来谁知道</p>
  20.                 </section>
  21.         </a>

  22.         <p>三原色,<span style="color:red">红</span>
  23.                 <span style="color:blue">蓝</span>
  24.                 <span style="color: green">绿</span>
  25.         </p>
  26.         <p><em>欢迎</em>
  27.                 <small>来到</small>
  28.                 <br><strong><q>小天才养殖场</q></strong>
  29.         </p>
  30.         <!--em,斜体,语义加强
  31.                 strong,粗体,突出重要性。
  32.                 big,放大字体
  33.                 small,缩小字体-->
  34. </div>
  35. </body>
  36. </html>
复制代码
0013.png

点评

我很赞同!: 5.0
我很赞同!: 5
  发表于 2017-4-20 09:54
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-4-26 01:05

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表