0 votes
87 views
in HTML by (3.5k points)
edited

How to create a dynamic calendar in HTML?

1 Answer

0 votes
by (3.5k points)
edited

<div class="month">

  <ul>

    <li class="prev">❮</li>

    <li class="next">❯</li>

    <li>August<br><span style="font-size:18px">2017</span></li>

  </ul>

</div>

  

<ul class="weekdays">

  <li>Mo</li>

  <li>Tu</li>

  <li>We</li>

  <li>Th</li>

  <li>Fr</li>

  <li>Sa</li>

  <li>Su</li>

</ul>

  

<ul class="days">

  <li>1</li>

  <li>2</li>

  <li>3</li>

  <li>4</li>

  <li>5</li>

  <li>6</li>

  <li>7</li>

  <li>8</li>

  <li>9</li>

  <li><span class="active">10</span></li>

  <li>11</li>

  </ul>

Related questions

0 votes
1 answer 89 views
asked Aug 19, 2022 in HTML by codelikepro (3.5k points)
0 votes
1 answer 116 views
asked Jun 24, 2023 in HTML by Doubtly (98.9k points)
0 votes
1 answer 123 views
asked Aug 19, 2022 in HTML by codelikepro (3.5k points)
0 votes
1 answer 107 views
asked Aug 19, 2022 in HTML by codelikepro (3.5k points)
0 votes
1 answer 117 views
asked Aug 19, 2022 in HTML by codelikepro (3.5k points)
0 votes
1 answer 95 views
asked Aug 19, 2022 in HTML by codelikepro (3.5k points)

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

Get the pro version for free by logging in!

5.7k questions

5.1k answers

108 comments

537 users

...