filmov
tv
43. Percentage Calculator & Setting Up the Form with JavaScript - Full stack web development Course

Показать описание
In this FullStackWebDevelopment tutorial series video we are going to learn about how to work with #JavaScript to manipulate the #DOM (document object model).
Here we will build a simple % #calculator. In this video we will just set-up the framework of the form page and link it with the javascript file. We will create a basic form inside the body of the html file which will take two integer inputs from the user and on clicking a submit button will find out what % of the second number is our first number.
To create the form we will need to text field input and a button clicking on which will produce the result.
input type="text" is used to take a single line text as input
input type="submit" defines a submit button for submitting the form
Also to link the html file to the javascript file we use:
src=”javascript file path or name" with script tag
----------------------------
Week 1 : Day 7
Section 5 : Learning to Code With Javascript
Tutorial 43: Percentage Calculator And Setting Up the Form with Javascript
----------------------------
Do subscribe and hit Bell Icon
----------------------------
Follow us in social media handles for opportunities and code related support.
----------------------------
Got a question on the topic? Please share it in the comment section below and our experts will answer it for you.
Here we will build a simple % #calculator. In this video we will just set-up the framework of the form page and link it with the javascript file. We will create a basic form inside the body of the html file which will take two integer inputs from the user and on clicking a submit button will find out what % of the second number is our first number.
To create the form we will need to text field input and a button clicking on which will produce the result.
input type="text" is used to take a single line text as input
input type="submit" defines a submit button for submitting the form
Also to link the html file to the javascript file we use:
src=”javascript file path or name" with script tag
----------------------------
Week 1 : Day 7
Section 5 : Learning to Code With Javascript
Tutorial 43: Percentage Calculator And Setting Up the Form with Javascript
----------------------------
Do subscribe and hit Bell Icon
----------------------------
Follow us in social media handles for opportunities and code related support.
----------------------------
Got a question on the topic? Please share it in the comment section below and our experts will answer it for you.
Комментарии