Question: (1)Create a webpage that meets the following minimum requirements: One input textbox that accepts at least 256 characters Two radio buttons for choosing an encoding:
(1)Create a webpage that meets the following minimum requirements:
- One input textbox that accepts at least 256 characters
- Two radio buttons for choosing an encoding: ASCII (circa 1963) or IBM EBCDIC (circa 1964)
- A button with a label called "Run!" that will start a conversion of alphabets in the input textbox into hexadecimal numbers according to the selected encoding
- Output display of the conversion results
- All HTML statements for this webpage must be in an HTML file called 1.html (NO embedded JavaScript and NO inline and embedded CSS allowed)
- All JavaScript codes must be in an external JS file called encoding.js
- All CSS styling declarations must be in an external CSS file called hw2style.css
(2) Create README (or README.txt) file explaining the usage of HTML tags, CSS on HTML elements, and JavaScript codes in this assignment
(3) Create HW2 folder on your computer and put README file, HTML file, CSS file, and JS file in that folder
(4) Create a zip file (i.e., HW2.zip) from HW2 folder and upload it as your submission
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
