s09_08.htm

来自「老师课件」· HTM 代码 · 共 29 行

HTM
29
字号
<HTML>

<HEAD>
<META http-equiv="Content-Language" content="zh-cn">
<META name="GENERATOR" content="Microsoft FrontPage 5.0">
<META name="ProgId" content="FrontPage.Editor.Document">
<TITLE>CSS 样式规则的优先级</TITLE>
<STYLE>
<!--
a  { text-decoration: none; font-family:隶书 }
-->
</STYLE>
</HEAD>

<BODY>

<P><A style="text-decoration: underline" href="http://www.zsu.edu.cn">中山大学</A>有以下几个校区:</P>
<UL>
  <LI><A href="http://www.zsu.edu.cn">南校区</A></LI>
  <LI><A href="http://www.gzsums.edu.cn/">北校区</A></LI>
  <LI><A href="http://home.sysu.edu.cn/zhuhai">珠海校区</A></LI>
  <LI><A href="http://www.zsu.edu.cn">东校区</A></LI>
</UL>
<P> </P>

</BODY>

</HTML>

⌨️ 快捷键说明

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