/Front-End-Samples

Includes some exercises on ( HTML, CSS, jQuery, etc.. )

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Front-End-Samples

Includes some exercises on ( HTML, CSS, jQuery, etc.. )

#Exercise 1

Design the page as shown in this screenshot here. The box on top is how the screen should initially look like. When the user clicks on the "Click Me" button, the new section will appear. Use JQuery to handle the click and to show the new section. If the user clicks on the button again, the section should disappear.

DEMO: https://jsfiddle.net/albayraktar/hmqqmztt/

Question

#Exercise 2

Designed custom made calendar with HTML, JavaScript, jQuesry and CSS