Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Make a folder or project named a2-firstname-lastname. 2. Make a HTML file and save it with the name index.html within the a2-firstname-lastname folder. 3.

image text in transcribed
image text in transcribed
1. Make a folder or project named a2-firstname-lastname. 2. Make a HTML file and save it with the name index.html within the a2-firstname-lastname folder. 3. The title tag should read: . 4. Display the following information in H1tag as heading in the index.html page: Assignment 2 WEB PROGRAMMING Your Firstname Lastname 5. Add any backgsound color, border, text color for H1 6. Create a simple length unit conversion application using JavaScript. 7. Implement the following unit conversions: a. From centimeter to inches and vice versa. b. From centimeter to Meters and vice versa. c. From Inches to meter and vice versa. d. From meter to feet and vice versa 8. Display a single textbox on the page, and eight buttons for each conversion. 9. Clicking on a button calls the respective JavaScript function to perform the conversion. a. Make use of unobtrusive JavaScript. 10. Display the result in a p tag below the buttons. a. The result must be rounded off to two decimal places, along with the units. b. Display the result in different color. 10. Display the result in a p tag below the buttons. a. The result must be rounded off to two decimal places, along with the units. b. Display the result in different color. c. Don't use any message boxes such as alert() or prompt(). 11. Add a button that clears the content of the textbox and the ptag, and sets the cursor in the textbox. (Textbox gets the focus). 12. All the JavaScript code should be in a separate file, saved within the scripts folder. 13. Design the layout and appearance of the HTML page by using CSS. Finishing Up: 1. Be sure to save all changes. 2. View your web site in multiple browsers, then make changes, and review as needed. 3. When satisfied with your assignment, publish it to: http://yourusername.dev.fast.sheridanc.on.ca/webprog/assignments/ 4. Add password security

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

Database Design For Mere Mortals

Authors: Michael J Hernandez

4th Edition

978-0136788041

More Books

Students also viewed these Databases questions