Document Prince
Document Prince
Internship
on
Web Development
Submitted By
UNDER SUPERVISION OF
MR. AHMAD NAFIS
I hereby declare that the Industrial Training Report entitled ("Web Development") is an
authentic record of my own work as requirements of 1-months Industrial Training during
the period from OCTOBER 2023 to NOVEMBER 2023 for the award of degree of
M.Tech. (Computer Science), NOIDA INSTITUTE OF ENGINEERING &
TECHNOLOGY, under the guidance of MR. AHMAD NAFIS
ii
Prince Chauhan
(2101330100532)
Date:07/11/2023
Certified that the above statement made by the student is correct to the best of our
knowledge and belief.
Examined by:
Head of Department
(Signature and Seal)
ACKNOWLEDGEMENT
The present project work is the several days study of the various aspects of the
project development. During this the effort in the present study, we have received a great
amount of help from our Chairman Mr. Raman Bhatra, NOIDA INSTITUTE OF
iii
ENGINEERING & TECHNOLOGY GR.NOIDA, which we wish to acknowledge and
thank from depth of our hearts.
My Parents have put myself ahead of themselves. Because of their hard work and
dedication, I have had opportunities beyond my wildest dreams. My heartfelt thanks to
them for giving me all I ever needed to be successful student and individual.
Certificate
iv
Table of content
Declaration by student ii
Acknowledgement iii
Certificate by Company/Industry/Institute iv
Learning Objectives/Internship Objectives vi
v
Task : -- Registration Form using HTML, CSS And JavaScript 3
7.Bibliography 24
➢An objective for this position should emphasize the skills you already
possess in the area and your interest in learning more.
➢Utilizing internships is a great way to build your resume and develop skills
that can be emphasized in your resume for future jobs. When you are
applying for a Training Internship, make sure to highlight any special skills
or talents that can make you stand apart from the rest of the applicants so
that you have an improved chance of landing the position.
Introduction To Web Development
The list of Back End Frameworks include Express, Django, Rails, Laravel, Spring
etc.
1. <!DOCTYPE html>
2. <html>
3. <head>
4. <meta name="viewport" content="width=device-width, initial-scale=1">
5. <style>
6. body{
7. font-family: Calibri, Helvetica, sans-serif;
8. background-color: pink;
9. }
10..container {
11. padding: 50px;
12. background-color: lightblue; 13.}
14.
15.input[type=text], input[type=password], textarea {
16. width: 100%;
17. padding: 15px;
18. margin: 5px 0 22px 0;
19. display: inline-block;
20. border: none;
21. background: #f1f1f1;
22.}
23. input[type=text]:focus, input[type=password]:focus {
24. background-color: orange;
25. outline: none;
26.}
27. div {
28. padding: 10px 0;
29. }
30. hr {
31. border: 1px solid #f1f1f1;
32. margin-bottom: 25px;
33.}
34..registerbtn {
35. background-color: #4CAF50;
36. color: white;
37. padding: 16px 20px;
38. margin: 8px 0;
39. border: none;
40. cursor: pointer;
41. width: 100%;
42. opacity: 0.9;
43.}
44..registerbtn:hover {
45. opacity: 1;
46.}
47.</style>
48.</head>
49.<body>
50.<form>
51. <div class="container">
52. <center> <h1> Student Registeration Form</h1> </center>
53. <hr>
54. <label> Firstname </label>
55. <input type="text" name="firstname" placeholder= "Firstname" size="15"
re quired />
56. <label> Middlename: </label>
57. <input type="text" name="middlename" placeholder="Middlename"
size="1 5" required />
58. <label> Lastname: </label>
59. <input type="text" name="lastname" placeholder="Lastname"
size="15"requ ired />
60. <div>
61.<label>
62.Course :
63.</label>
64.
65. <select>
66. <option value="Course">Course</option>
67.<option value="BCA">BCA</option>
68.<option value="BBA">BBA</option>
69.<option value="B.Tech">B.Tech</option>
70.<option value="MBA">MBA</option>
71.<option value="MCA">MCA</option>
72.<option value="M.Tech">M.Tech</option>
73.</select>
74.</div>
75.<div>
76.<label> 77.Gender
:
78. </label><br>
79. <input type="radio" value="Male" name="gender" checked > Male
80.<input type="radio" value="Female" name="gender"> Female
81.<input type="radio" value="Other" name="gender"> Other 82.
83.</div>
84.<label>
85.Phone :
86. </label>
87. <input type="text" name="country code" placeholder="Country Code"
value ="+91" size="2"/>
88. <input type="text" name="phone" placeholder="phone no." size="10"/
requir ed>
89. Current Address :
90. <textarea cols="80" rows="5" placeholder="Current Address"
value="addres s" required>
91. </textarea>
92. <label for="email"><b>Email</b></label>
93. <input type="text" placeholder="Enter Email" name="email" required> 94.
95. <label for="psw"><b>Password</b></label>
96. <input type="password" placeholder="Enter Password" name="psw"
requi red>
97.
98. <label for="psw-repeat"><b>Re-type Password</b></label>
99. <input type="password" placeholder="Retype Password"
name="psw- repeat" required>
100. <button type="submit" class="registerbtn">Register</button>
101. </form>
102. </body>
103. </html>
OUTPUT
OPPORTUNITIES AND CHALLENGES
It also provide opportunity to make your and other’s life easy innovate ideas and
techniques. Information Technology (IT) has now become a core aspect of
almost all business.
Manage and time the complexity i.e. one single developer can no longer knows
everything needed to be proficient at his or her job.
Having a website is beneficial for businesses in many ways. One reason is to reach
more customers and attract them to become potential leads. A website is like an
open passport for your business and allows your blockchain consulting company to
find a free-way to access global audience. It helps you to promote your products
and sell your services to your targeted customers and bring more traffic and
revenue.
Conclusions and Future Scope
Conclusions
In conclusion we can say that this internship was a great experience. Thanks to
this project, we acquire deeper knowledge concerning my technical skills but we
also personally benefited. We realized we could do more things than we thought
like learning new things by ourselves.
Future Scope
Especially if we don’t have experience finding work can be a real challenge. A
successful internship can help me turn an experience into a carrier opportunity. So
as a successful internship our future scopes will be :
To work in an IT company
Can work as a Software Engineer
BIBLIOGRAPHY
The following books are referred during the analysis and execution phase of
the project
Fundamentals of Web Development by Randy Connoly References:
W3 Schools
https://www.w3schools.com