全部読む 最新50 1-100 掲示板トップ

HTML5の定型文

  • 1 名前: 名無し 2021-11-16 15:50:22 ID:iNWI5MDBl

    <!doctype html>
    <html lang=“ja”>
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HTML5サンプル</title>
    <meta name="author" content="作者">
    <meta name="discription" content="ページの概要をここに記入">
    <style>
    body {
    font-family: sans-serif;
    }
    </style>
    </head>
    <body>
    本文
    </body>
    </html>


全部読む 最新50 1-100 掲示板トップ s



This site is protected by reCAPTCHA and the GooglePrivacy Policy andTerms of Service apply.
関連単語: HTML5 head title style html name body