Question: Please provide code for the question. Exam #1, Part B ( Build 0 0 0 0 0 0 0 0 0 0 0 0 0
Please provide code for the question.
Exam #1, Part B ( Build 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Coding Tasks: 1. Create a properly formed HTML page with title "Checkerboard", a meta tag with your name listed as author, and another meta tag describing the page as "Exam #1 Coding Assignment". 2. Create a text box and button such that if the user types the value n into a text-box and clicks the Build button, an n x n board will be built. Each box should begin with the number 0. 3. The board should have square cells, with white text and alternating background colors black and red. Use CSS to control the styling. 4. If a user clicks on cell, the number printed in that box will increase by 1 5. Show how to use XML or JSON to represent the board and its current layout of color and number. (You do not need to write JavaScript to dynamically create such a file.) Scoring rubric: Each of the five tasks is worth 5 points, for a total of 25 points. TOTAL JSON/XML Representation Increase Count (JS) Style Board (CSS) Build Board (JS) Page Core (HTML)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
