下の<!DOCTYPE html>から一番下の</html>までコピーしてメモ帳に貼る、貼ったらメモ帳のファイルを開いて名前を付けて保存を押す。名前を、○○○○(←なんでもいい).HTMLにする。そしたらすこしはサイトっぽくなる。(クオリティーは保証しない。)

 

<!DOCTYPE html>
<html lang="ja" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title>エントランスカウント2022-28</title>
    <style type="text/css">
      h1.title{color:blue;}
      p.w{font-size: 200px;}
      
    </style>
  </head>
  <body>
    <p>
      <font size="5"><p style="text-align:right">二月四日(金)</p>あと
    </p>
    <p  class="w"style="text-align:center">
     28
    </p>
    <p style="text-align:right">
     <font size="5">回、登校</font>
    </p>
   <h1 class="title"style="text-align:center" ><font size="7">今 日 の 予 定</font></h1>
   <p><font size="7">主な予定</font></p>
   <p style="text-align:center">
     <font size="5">教育相談Ⅱ(ないかも)←教育相談Ⅰかも</font><br>
     <a href="https://ja.wikipedia.org/wiki/2%E6%9C%884%E6%97%A5"target="_blank"><font size="6">二月四日-wikipedia</font></a>
   </p>
   <section>
     <h1><font size="7">給食</font></h1>
      <h2>
        <ul>
         <li><mark>牛乳</font></mark></li>
         <li>ロールパン ブルーベリージャム</li>
         <li>ボルシチ</li>
         <li><span style="background-color:#b8d200">ほうれん草</span>と<span style="background-color:#fadbda">ハムのサラダ</span></li>
         <li><font color="#683D64">チョコプリン</font></li>
       </ul>
 </section>
  </body>
</html>