PR
Comments
Keyword Search
はじめてのブログをワードプレスで作るための本[第3版] [ じぇみじぇみ子 ]
価格:1,980円(税込、送料無料)
(2025/2/20時点)
/public_html/ ← ここにサイトのデータを配置
├── index.html (トップページ)
├── css/
│ ├── style.css (デザイン用のCSS)
├── img/ (画像フォルダ)
├── js/ (JavaScript用フォルダ)
├── includes/
│ ├── header.html
│ ├── footer.html
include
を使う案を提案された。
<?php include 'includes/header.html'; ?>
include
がうまく動いていない?
img {
max-width: 100%;
height: auto;
}
【ChatGPT×ホームページ作成】ついに公開… 2025.02.24
【ChatGPT×ホームページ作成】ChatGPTと0… 2025.02.23
【ChatGPT×ホームページ作成】ChatGPTと0… 2025.02.21