How to create calendar with html and css?

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ต.ค. 2024

ความคิดเห็น • 31

  • @Ytsssss364
    @Ytsssss364 ปีที่แล้ว

    My name is Wilson and this helped me for my college test question prep. Muchos gracias

  • @theoiansantander963
    @theoiansantander963 4 ปีที่แล้ว +2

    well thank you because one I have completed my HTML homework in CLE class

  • @chrishoward1956
    @chrishoward1956 5 ปีที่แล้ว +10

    This is hard coded... You should be able to show code that can be dynamically updated per month as they have different days.

  • @okuratnywidz3196
    @okuratnywidz3196 4 ปีที่แล้ว

    Excellent tutorial !! :) Thanks man ! :)

  • @decentboy4209
    @decentboy4209 3 ปีที่แล้ว

    Excellent Bro, Thanks😀

  • @martinhernandez2065
    @martinhernandez2065 3 ปีที่แล้ว

    Thank you! Almost lost my A because of this.

  • @josuevaldez1559
    @josuevaldez1559 6 ปีที่แล้ว +1

    extraordinary video

  • @pinnokkioo
    @pinnokkioo 6 ปีที่แล้ว

    Super cool video, it help me a lot. Thanks!

  • @aish77772
    @aish77772 6 ปีที่แล้ว +1

    great video

  • @MrMichaeledavis83
    @MrMichaeledavis83 5 ปีที่แล้ว +7

    This is not a calendar... it's just a table with data manually entered into it to look like a calendar. A real calendar would dynamically change the dates populating each cell depending on what month you're on, and change the month name. Thumbs down.

    • @Dobrinich
      @Dobrinich 5 ปีที่แล้ว

      How do you go about that? I been looking for that answer for a while.

    • @potaytophile
      @potaytophile 4 ปีที่แล้ว

      @@Dobrinich The calendar in this video only makes use of HTML and CSS, if you wan to be able to change the date and stuff that'll probably require knowledge on Javascript

  • @artofvillagerk9948
    @artofvillagerk9948 5 ปีที่แล้ว

    Thank "u"sir.i liked this video.

  • @mazzawaza
    @mazzawaza 6 ปีที่แล้ว +3

    this did not work for me

  • @GurbaniAmrit
    @GurbaniAmrit 3 ปีที่แล้ว

    Please provide the code

  • @vishalrathour8310
    @vishalrathour8310 4 ปีที่แล้ว

    Thank you Sir

  • @omarcorreagarcia8180
    @omarcorreagarcia8180 5 ปีที่แล้ว

    Can someone upload the code that worked for them. As we all know as beginners we make a lot of code errors.

    • @mixvideo6226
      @mixvideo6226 5 ปีที่แล้ว

      this code is external sheet use ur brain style sheet & and html file is make different folder

  • @agatuxlv
    @agatuxlv 4 ปีที่แล้ว

    Cute

  • @heyitsmaxx5381
    @heyitsmaxx5381 5 ปีที่แล้ว

    why it's not clickable? :

  • @aleena7557
    @aleena7557 6 ปีที่แล้ว

    It didn't work, but the normal one did tho thanks!

  • @theoiansantander963
    @theoiansantander963 4 ปีที่แล้ว

    so yea thanks.

  • @prince_jaytv2326
    @prince_jaytv2326 3 ปีที่แล้ว

    source code

  • @marieclaremasangkay4024
    @marieclaremasangkay4024 5 ปีที่แล้ว

    its not workinggg whyyyy huhuhuhuhu

  • @monx94
    @monx94 6 ปีที่แล้ว

    ugly colors tbh

  • @Dota-jy5vy
    @Dota-jy5vy 2 ปีที่แล้ว

    No se entiende nada. Ni explicas

  • @ZesthaV9
    @ZesthaV9 6 ปีที่แล้ว

    can you send me code of it in reply

    • @omarcorreagarcia8180
      @omarcorreagarcia8180 5 ปีที่แล้ว

      hey man I have the code but i also have a few errors
      calendar
      body{
      background:white;
      }
      .container
      max-width:800px;
      margin:auto;
      font-family:sans-serif;
      }
      .month{
      text-align:center;
      background:purple;
      font-size:2.5em;
      letter-spacing:1px;
      color:white;
      padding:25px;
      border:1px solid skyblue;
      }
      table, th, td {
      width:100%;
      table-layout:fixed;
      text-align:center;
      font-size:17px;
      border-collapse:collapse;
      border:1px solid skyblue
      }
      tr,th, td{
      padding:15px;
      }
      th{
      background:red;
      color:white;
      }
      td{
      background:#3c8a4e;
      }
      td:hover{
      background:lightblue;
      }

    • @nishthapahwa4625
      @nishthapahwa4625 5 ปีที่แล้ว +2

      @@omarcorreagarcia8180 you forget to start { before container and also missed to add " in month dive rest all i correct