You are on page 1of 13

Institute of Technology,Gopeshwar

HTML, CSS and Javascript for Web Development

Presented To:- Presented By:-


Mr.Amit Panwar Anirudh Purohit
Asst. Professor C.S.E 4th Year
C.S.E Department 191340101010
Course offered by : John Hopkins Course offered through : Coursera
University
Course duration : 5 weeks Course mode : online

Course instructor :Yaakov Chaikin ( Asst. professor , Johns Hopkins university )


CONTENT
• Web Development
• What is HTML
• CSS
• Responsiveness
• Introduction to Javascript
• Application of Javascript
WEB DEVELOPMENT
Web Development refers to the building, creating and maintaining of websites.It includes
aspects such as web design, web designinig, web programming, and database management.It is
the creation of an applicaton that works over the internet i.e websites.

WEB:-It refers to websites, web pages or anything that works over the internet.
DEVELOPMENT:- Building the application from scratch.
WHAT IS HTML
• HTML stands for HYPER TEXT MARKUP LANGUAGE.
• It is the standard markup language for creating
Web Pages.
• HTML elements tell the browser how to display
the content.
• HTML consists of a series of element.
LISTS IN HTML

HTML Lists are used to specify lists of information. All lists may contain one or more list
elements. There are three different types of HTML lists:
1.Ordered List or Numbered List (ol)
2.Unordered List or Bulleted List (ul)
3.Description List or Definition List (dl)
IMAGES IN HTML
• HTML img tag is used to display image on the web page. HTML img tag is an empty tag
that contains attributes only, closing tags are not used in HTML image element.
WHAT IS CSS
• CSS stands sor cascsding syle sheets.
• It describes how HTML elements are to be displayed
on screen.
• It can control layout of multiple web pages all at once.
TYPES OF CSS
There are three types of CSS which are given below
1.Inline CSS
2.Internal or Embedded CSS
3.External CSS
RESPONSIVENESS
• Responsive web design make your web page
look on all devices.
• Web pages should not leave out information to
fit smaller devices but rather adapts its contents
to fit any device.
• CSS and HTML are used to resize, hide, shrink, and
enlarge or move the content to make it look good
on any screen.
INTRODUCTION TO JAVASCRIPT
• Javascript is the world’s most popular programming language.
• Javascript is used to program the behavior of web pages.
• Javascript is a scripting language most often used for client-side web development.
• Javascript was developed by Netscape for dynamic content.
APPLICATIONS OF JAVASCRIPT
• Adding interacting behaviour to web pages.
• Creating web and mobile apps.
• Building web servers and developing server applications.
• Game development.
• Presentations.
• Client side validation

You might also like