100% Guaranteed Results


CCR – Solved
$ 20.99
Category:

Description

5/5 – (1 vote)

Assignment-1

Name T.Ariharan
Project Name CUSTOMER CARE REGISTRY
Maximum mark 2 Mark

Question-1:

1.Create registration page in html with username, email and phone number and by using POST method display it in next html page.

Question-2:
2. Develop a flask program which should contain at least 5 packages used from pypi.org
Note:- Following application contains (Flask ,render_template,url_for,redirect,request) So both Questions have same Answers

Source Code:

App.py

index.html

1 <!DOCTYPEhtml>
2 <htmllang=”en”>
3
4 <head>
5 <metacharset=”UTF-8″>
6 <metahttp-equiv=”X-UA-Compatible”content=”IE=edge”>
7 <metaname=”viewport”content=”width=device-width, initial-

25
26 <divclass=”mb-3″>
27 <labelfor=”exampleInputEmail1″class=”formlabel”>Emailaddress</label>
28
29
<inputtype=”email”class=”formcontrol”name=”email”id=”exampleInput Email1″placeholder=”EMAIL”>
30 </div>
31 <divclass=”mb-3″>
32 <labelfor=”phone”class=”form-label”>Enter the phone number</label>
33<inputtype=”text”class=”formcontrol”name=”phone”id=”phone”placeho lder=”PHONE NUMEBER”>
34 </div>
35<buttontype=”submit”class=”btnbtn-primary”>Submit</button>
36 </form>
37</body>
38

Style.css

32 align-items: center;
33 justify-content: center;
34 flex-direction: column;
35 width: 90%;

Reviews

There are no reviews yet.

Be the first to review “CCR – Solved”

Your email address will not be published. Required fields are marked *

Related products