Prepare function distance that evaluates the distance between two points (x1, y1) and (x2, y2). All numbers and return values should be floating-point values. Incorporate this function into an html program that enables the user to enter the coordinates of the points through an html5 form. To get the numbers from the form, use the methods shown in self-review.