For this assignment, you will create an HTML page that features an implementation of three mobile-responsive UI controls:
1) Tabbed component 2) Accordion component 3) Rotating photo gallery that shows up to three pictures at a time
You MUST ONLY use HTML, CSS, and JavaScript for your implementation, and you cannot use any existing libraries or frameworks. Your demo must be able to run without network or internet access. There is no need to implement animations, but you are welcome to do so.
Please implement Tic Tac Toe from scratch. Similar to above, you must not use any existing libraries or frameworks.