Web-Based Calendar
Create a web-based application to show a monthly calendar using HTML, CSS, and JavaScript.
Format
Self-Paced Course
Level
Beginner
Instructional Time
3 hours
32 minutes
Price
$9.99
About the course
In this project, you will create a web application that shows a monthly calendar. It will start by displaying the calendar for the current month, but buttons at the top will allow the user to navigate forward and backward one month at a time.
When you combine HTML, CSS, and JavaScript, you get an incredible amount of control over your web page. While HTML plus CSS allows you to customize the appearance of the elements on your page, the layout remains static. However, when you add JavaScript, you are able to dynamically restyle, resize, and reposition elements. You can even add and remove elements, thus making it possible to completely rewrite the page on the fly!