Skip to content

keypoint.md

stereomp3 edited this page May 12, 2021 · 29 revisions

CSS寫在外部程式,利用下面的程式

<head>
  <link rel="stylesheet" href="???.css">
</head>

JavaScript寫在外部程式,利用下面的程式

<script src="???.js"></script> //src是引用外部資源

Clone this wiki locally