Giter Club home page Giter Club logo

ibmsic's Introduction

modify the HTML

In this exercise, you will correct any mistakes in the existing code and also add any missing tags.

Doctype is missing. Add the doctype.

Add "Simple Interest Calculator" as title.

Move all the content which currently is in the to a

tag.

Set the class attribute of this div to 'maindiv'.

Modify the input text box for interest rate to a slider using the tag.

For the tag set the attributes min to 1, max to 20 and step to 0.25 and the value to 10.25.

Range is an elegant way to input numeric input. But the drawback is that it does not visually show value the user has selected.

To show the value selected by the , create a element right after the range.

Inside the '` tag add the text "10.25 %".

Modify the input text box for "No of years" into a dropdown box with options 1 to 10.

Change the "Compute" button to "Compute Interest".

Below the "Compute Interest" button create an empty and set its id to 'result'.

Add a copyright message using the

tag.

ibmsic's People

Contributors

ibm-skills-network-bot avatar rameshsannareddy avatar telstarone avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.