Matteo Di Giovanni - Mid Term

Web Programing Mid Term Exam

Scenario 1 : Interactive Counter

To implement an interactive counter in JavaScript that increments by 1 each time a button is clicked and displays the current count dynamically on the webpage

Current Count: 0

Scenario 2 : Tabbed Content

Create a tabbed interface where clicking on different tabs switches the visible content below. Ensure each tab correctly toggles the display of its associated content while hiding others.

This is Tab 1
This is Tab 2
This is Tab 3

Scenario 3 : Job Application Form