forked from ccccourse1/wp109b
-
Notifications
You must be signed in to change notification settings - Fork 0
keypoint.md
stereomp3 edited this page May 12, 2021
·
29 revisions
<head>
<link rel="stylesheet" href="???.css">
</head>
<script src="???.js"></script> //src是引用外部資源
h {
display: inline; //一個接一個不換行
display: block; //可以看見(有實體)
display: none; //不可以看見('沒'有實體)
visibility: hidden; //不可以看見(有實體)
visibility: visibe; //可以看見(有實體)
}
[易忘tag]
<ul>代表unorder list(點點)</ul>
<ol>代表order list(1.2.3….)</ol>
<li>代表list item</li>