Answered step by step
Verified Expert Solution
Link Copied!

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

(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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases And Python Programming MySQL MongoDB OOP And Tkinter

Authors: R. PANNEERSELVAM

1st Edition

9357011331, 978-9357011334

More Books

Students also viewed these Databases questions