0% found this document useful (0 votes)
30 views7 pages

A Training Report On

Uploaded by

zaidamaan86
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views7 pages

A Training Report On

Uploaded by

zaidamaan86
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

A Training Report on

Programming Foundation with JavaScript HTML & CSS


Held at

Coursera
(Duke University)

Submitted in partial fulfillment of award of

BACHELOR OF TECHNOLOGY

degree

in

Computer Science and Engineering

By

Mohd Zaid Amaan


(2000820100089)

Under the Guidance of


Ms. Richa Saxena
(Asst. Prof CSE Dept)

Department of Computer Science and Engineering


Moradabad Institute of Technology, Moradabad (U.P.)

Session: 2021-22
ii
iii

ABSTRACT

My Industrial Training was on the course named “Programming Foundation

in HTML, CSS and Java Script” the course was offered by Duke University

through the online learning platform Coursera. This training was of 4

weeks. In the first week they mainly focused on basics of HTML and CSS.

They simply taught us the syntax’s, addition of image in webpage and all

the basics of this.

And after every topic there was Quiz related to the topic that we learnt and

there were questions in between the video also to test our immediate

concentration. And after covering all the topics of a particular week there

was a final Quiz that was mandatory to attend and pass with the grade of

80% then only you can move to the next week.

Now, the second week was about the Algorithms and programming

concepts. In this we learnt functions and help us to use our mind to think

the logics in program.


iv

In the third week we covered the basics of Java script for webpages. we

learnt the concept of green screen and we done a few example on how to

change the pixels of background of any image.

And now the 4th and the last week was basically a mini-project. In this we

use all the concept that we learnt in all the three previous weeks. And taught

us the concept of Steganography.

The course was quite interesting and engaging that is worth for recommend

to every beginner who has an interest in web development.

For making this project possible I did my training on Programming

Foundation with JavaScript, HTML & CSS on the platform Coursera in

collaboration with Duke University USA.

The teachers of the Duke University were quite good the way they taught

has helped me a lot in making and building my project based on HTML

CSS and JavaScript.


v

ACKNOWLEDGEMENT

The opportunity of attaining a course based on Programming Foundation

with JavaScript, HTML & CSS through Coursera, provided by Duke

University, USA was worth learning. It was a prestige for me to be a part of

it. During the period of my course, I received tremendous knowledge

related to HTML, CSS & JavaScript.

Pre-eminently, I would like to express my deep gratitude and special thanks

to my course instructors for their theoretical knowledge and encouragement

on this Project and for their valuable guidance and affection for the

successful completion of this Project.

Secondly, I would like to thank Moradabad Institute of Technology For

providing me an opportunity to make this project under the guidance of our

counsellor Mr. Sanjeev Gupta and our Asst Profs CSE Dept. Ms. Richa

Saxena. Lastly, I would like to thank the almighty and my parents for their

constant encouragement and moral support.

Counselor

Mr. Sanjeev Gupta


vi

TABLE OF CONTENT

CHAPTER 1: INTRODUCTION
1.1 HTML 9
1.2 CSS 11
1.3 JavaScript 13
CHAPTER 2: MOVIE REVIEW WEBSITE
2.1 About My Project 16
2.2 Snapshots of My Project17
2.3 Flow Chart 20

CHAPTER 3: SOURCE CODE


3.1 HTML 21
3.2 Style 22
3.3 Script 26

CHAPTER 4: CONCLUSION 29
CHAPTER 5: BIBLIOGRAPHY
5.1 Websites 30
5.2 Books 30
vii

LIST OF FIGURES

Fig 1.1: A simple HTML with Title Tag 10

Fig 1.2: An Example Without CSS 11

Fig 1.3: An Example After CSS 11

Fig 2.1 The main Webpage of my Project 17

Fig 2.2 Webpage showing review of movie VENOM 18

Fig 2.3 Webpage showing our Searched Movie 19

Fig 2.4 Webpage showing overview of our Searched Movie 19

You might also like