GLOBAL INSTITUTE OFTECHNOLOGY
Department of Computer Science and Engineering
A
PRACTICAL TRAINING
on
Front end web development
Submitted to:
Mr. Pradeep Jha
Head of Dept.
CSE
Presented By:
JANVI PATEL
21EGJCS056
B.Tech. III Semester ,
II Year, CSE
Session: 2022-23
WHAT’S AHEAD???
Whatis Web development
What is website and how it works?
Layers of website
Html
Css
How to apply css in html
Exploring my first website
5.
What is webdevelopment
• Web development is the work involved in developing a
website for the Internet (World Wide Web)
• There are three types of web development
1. Front end development
2. Back end development
3. Full stack development
6.
What is websiteand how it works?
Website- A group of interlinked and well structured
Web pages that exist on a same domain is called
Website.
Webpage- It is a collection of text, image, vedio and
audio etc.
Website can contain single or thousand web pages
What is css?
CSS=cascading style sheets
• CSS is a way to style html.
• Whereas the html is the content, the style sheet is the
presentation of that document.
JavaScript
• JavaScript isa text-based programming language used both on the client-
side and server-side that allows you to make web pages interactive.
• Where HTML and CSS are languages that give structure and style to web
pages, JavaScript gives web pages interactive elements that engage a
user.