Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(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
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started