0% found this document useful (0 votes)
106 views13 pages

Web Dev

Web development involves building and maintaining websites and consists of front-end and back-end development. Front-end development uses languages like HTML, CSS, and JavaScript to design how the site looks and interacts with users. Back-end development uses languages like Python, Ruby, and PHP along with server architectures and databases to manage the site's data and functionality. Common front-end languages include HTML for content, CSS for presentation, and JavaScript for interactivity. Popular back-end options are PHP, Node.js, and Python frameworks like Django and Flask. Resources for learning include FreeCodeCamp, Udemy, and Frontend Masters.

Uploaded by

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

Web Dev

Web development involves building and maintaining websites and consists of front-end and back-end development. Front-end development uses languages like HTML, CSS, and JavaScript to design how the site looks and interacts with users. Back-end development uses languages like Python, Ruby, and PHP along with server architectures and databases to manage the site's data and functionality. Common front-end languages include HTML for content, CSS for presentation, and JavaScript for interactivity. Popular back-end options are PHP, Node.js, and Python frameworks like Django and Flask. Resources for learning include FreeCodeCamp, Udemy, and Frontend Masters.

Uploaded by

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

Web

Development

A session by AEC Coding Club


What is Web Development ?
Web development is the building and maintenance of websites for the internet(World Wide
Web).

Web developers do this by using a variety of coding languages.

The field of web development is generally broken down into front-end (the user-facing side)
and back-end (the server side)
FRONTEND BACKEND
Markup and web languages such Programning or scripting such as
as HTML,CSS and Javascript. Python,Ruby and/or Peri.
Specialised web editing software. Server architecture.
Image Editing Database administration.
Accessibility Scalability
SEO Security
Data transformation
Backup
Frontend Development consists of:

HTML

CSS

JavaScript
HTML
Hypertext Markup Language

HTML is used to design web pages using a


markup language.It is the combination of
Hypertext and Markup language.

Syntax:
CSS
Cascading Style Sheets

CSS is a simply designed language intended


to simplify the process of making web pages Syntax:
presentable

CSS can be added to HTML documents in 3 ways:

Inline - using <style> attribute inside HTML elements


Internal - using <style> element in the <head> section
External - using <link> element to link to an external
CSS file
Don't mess with CSS !
JavaScript

JavaScript is a scripting language that enables us


to create dynamically updating content, control
multimedia, animate images, and pretty much
everything else.

Adds Logic and interactivity to a webpage.

Syntax:
const a= 5;
const b= 2;
const product = (x, y) => x * y;
console.log(product(a,b)); //10
Backend
One can create a backend using almost any programming language.
Eg. using C, C++, JavaScript, Python, Java, PHP, .NET, Ruby, etc.

Language/Framework Database
PHP MySQL
NodeJS(Express) MongoDB
Python(Django/Flask) SQLite
Resources to Learn Web Development

FreeCodeCamp Udemy Frontend Masters

The Complete 2021 Web Development Bootcamp You Don't know JS by Kyle Simpson
Thank You !

Hrishikesh Deuri(98647 47083)


Bhupali Sarma(8822481164)

You might also like