2019年10月4日 星期五

17300-104301解題說明

一、建立網站
資料夾、網頁、檔案
1.啟動Dreamweaver CS6
   學站→新增網站:
   網站名稱:104301
  本機網站資料夾:C:\web01
























2.在主目錄下建立images資料夾










3.在主目錄下建立index首業
4.在主目錄下建main、guitar_history、guitar_event、guitar_learning
5.開啟檔案總管,選資料夾\104301
   →複製所有圖片檔案
   →貼至C:\web01\images資料
   →複製所有文字檔案,貼至C:\web01資料夾

































6.切回到Dreamweaver按重新整理鈕































































































依序做完guitar_event.html、guitar_learning.html、index.html

































二、設計index.html首頁
版規規劃
1.第2列第1欄有2項內容:單選、更新,我們採用2個Div解題,避免儲存格列高不易控制。
2.第2列第2欄有2項內容:跑馬燈區、內容顯示區,跑馬燈我們採用Div,但內容顯示區必順顯示多張網頁:main、guitar_history、guitar_event、guitar_learning,因此使用IFRAME作為公用介面。

沒有留言:

張貼留言

algorithm

 #include <iostream> #include <string.h> using namespace std; int main(int argc, char** argv)  { for(int j=2;j<=100;j++)//j...