byStarTW says to YSITD
<!DOCTYPE html> <html lang="en"> <head> <!-- byStarTW 製作範本 --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <!-- Tocas UI:CSS 與元件 --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocas-ui/2.3.3/tocas.css"> <!-- Tocas JS:模塊與 JavaScript 函式 --> <script src="https://cdnjs.cloudflare.com/ajax/libs/tocas-ui/2.3.3/tocas.js"></script> <title> {網站標題} </title> <!-- Tocas UI: 自適應設定 --> <style type="text/css"> html { margin-top:20px; border: 1px solid 000000; font-size: 16px; } // 在行動裝置上將字體轉換成 `14px` 大小。 @media (max-width: 768px) { html { font-size: 14px; } } </style> </head> <body> <div class="ts narrow container"> <!-- 網站主體 --> <!-- 網站編碼請設定為 UTF-8--> <!-- 請善用 Tocas UI 的範例 & 素材 --> </div> </body> </html>