デザインリクエスト
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
<!doctype html> ①doctype宣言 <html lang="ja"> <head> <meta charset="UTF-8"> ②文字コードの指定 <meta name="viewport" content="width=device-width "> ③スマホむけviewportの指定 <title></title> <link rel="stylesheet" href="style.css/html5reset.css"> </head> <body> <header> <h1></h1> <h2></h2> <nav> </nav> </header> <section> </section> </body> <footer> </footer> </html> |
① 超シンプルなdoctype宣言
② 文字コードは日本語だったら、S-JIS か UTF-8 だけど、UTF-8 の方がいいみたい
③ Viewportの指定で width=device-width は「viewportの幅をデバイスのスクリーンの幅に合わせる」という意味。何も指定しないと自動的に width980で 表示される。
超精緻麻雀 ¥1609
現代麻雀技術論 ¥1296
おしえて科学する麻雀 ¥1296
Templates in Customizr
The theme uses four templates to render the content :
- header.php
- index.php
- footer.php
- comments.php
Those templates only includes some structural HTML markup, the rest of the front end content is rendered with the action hooks defined in the classes of the parts/ folder.
As you might have noticed, Customizr does not really use the WordPress template hierarchy, but there are no restrictions to use it in your developments for example for custom post types, taxonomies, etc…
コントロールパネルの
ドメイン設定
⬇
新しいドメインの追加
⬇
2番の『さくらで取得したドメインを使う』でドメイン名を選択し【サブドメインを指定】にチェックを入れ【送信】するをクリック
⬇
先頭につく文字を記入しドメイン名を選択して
WordPress へようこそ。これは最初の投稿です。編集もしくは削除してブログを始めてください !