1. 功能選單左上角【檔案】→【開啟資料夾】



  2. 選擇一個網頁專用資料夾。(自行決定)



  3. 新增檔案,檔名 index.html,附屬名 html。(網頁首頁內定 index.html)





  4. 貼上 html 基本架構程式碼。

  5. <!doctype html>
    <html>
          <head>
                <title>
                我的第一個網頁
                </title>
          </head>
          <body>
                網頁內容
          </body>
    </html>



  6. 點選右下角 Go Live 可開啟即時瀏覽。
    (Ctrl-F1 只能觀看目前存檔的網頁)