"使用者討論:度昀奇" 修訂間的差異

出自 全民科學平台
前往: 導覽搜尋
(20191113r SVG 上課: 新章節)
(20191113r SVG 上課)
 
(未顯示同一使用者於中間所作的 1 次修訂)
行 5: 行 5:
 
#*[[Wiki 入門語法|非常入門]]
 
#*[[Wiki 入門語法|非常入門]]
 
#*貼圖語法:"  <img src='圖照網址' width='寬度' height='高度' align='左中右' />
 
#*貼圖語法:"  <img src='圖照網址' width='寬度' height='高度' align='左中右' />
    將圖包入  <div style='float:right;margin:上 右 下 左'> <img … /></div>"
+
 
 +
將圖包入  <div style='float:right;margin:上 右 下 左'> <img … /></div>"
  
 
== 20191113r SVG 上課 ==
 
== 20191113r SVG 上課 ==
行 13: 行 14:
 
   <circle cx='6' cy='6' r='4' style='fill:#fff(顏色);stroke(邊線):blue;stroke-width:2;fill-opacity(不透明度):0'/>
 
   <circle cx='6' cy='6' r='4' style='fill:#fff(顏色);stroke(邊線):blue;stroke-width:2;fill-opacity(不透明度):0'/>
 
</svg>
 
</svg>
 +
 +
<g>(群組語法)

於 2019年11月13日 (三) 03:47 的最新修訂

上課筆記

  1. 網路檔案櫃
    • 修改admin.php可以得到刪除檔案的功能
  2. 維基語法
將圖包入
"

20191113r SVG 上課

<?xml version='1.0' encoding='UTF-8' standalone='no'?> <svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='12' height='12'>

 <circle cx='6' cy='6' r='4' style='fill:#fff(顏色);stroke(邊線):blue;stroke-width:2;fill-opacity(不透明度):0'/>

</svg>

<g>(群組語法)