0% found this document useful (0 votes)
6 views5 pages

Untitled Document-16

Web page development involves creating and designing websites, encompassing planning, content creation, coding, testing, and deployment. It can be classified into frontend and backend development, with frontend focusing on user interaction and backend managing server-side operations. Key technologies include HTML, CSS, JavaScript for frontend, and PHP, Java, Python for backend development.

Uploaded by

himalniroula87
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)
6 views5 pages

Untitled Document-16

Web page development involves creating and designing websites, encompassing planning, content creation, coding, testing, and deployment. It can be classified into frontend and backend development, with frontend focusing on user interaction and backend managing server-side operations. Key technologies include HTML, CSS, JavaScript for frontend, and PHP, Java, Python for backend development.

Uploaded by

himalniroula87
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/ 5

Unit-6

Project Work
Web page development

Web page development is the process of creating and designing websites that are
accessible on the internet. It involves a variety of tasks such as planning, creating
content, coding, testing and Deployment.

It includes aspects such as web design, web publishing, web programming, and
database management. It is the creation of an application that works over the internet .

Steps involved in web page development:

1. Planning: The first step in web page development is to plan the website. This
includes determining the purpose of the website, identifying the target audience,
and creating a site map outlining the structure and layout of the site. The site
map is a visual representation of the website's structure and layout, including the
number of pages and the links between them.

2. Content creation: The next step is to create the content for the website. This
includes writing text, creating images and videos, and gathering other multimedia
elements. The content should be relevant and engaging to the target audience.

3. Coding: Once the content is ready, the web developer will start coding the
website. This involves using languages such as HTML, CSS, and JavaScript to
create the structure and design of the website. HTML (Hypertext Markup
Language) is used to create the structure of the website and to define the
different elements such as headings, paragraphs, and links. CSS (Cascading
Style Sheets) is used to control the layout and design of the website, including
the colors, font, and spacing. JavaScript is used to create interactive elements
such as forms and animations.
4. Testing: Before launching the website, the web developer will test it to ensure
that it is functioning correctly and that there are no errors. This includes testing
for compatibility with different web browsers and devices. The website should
also be tested for usability, accessibility, and performance.

5. Deployment: After testing and debugging, the website is ready to be deployed


and made live on the internet. The website will be hosted on a web server and
can be accessed by users through a web browser.

Web Development can be classified into two ways:

● Frontend Development
● Backend Development

Frontend Development

The part of a website where the user interacts directly is termed as front end. It is also
referred to as the ‘client side’ of the application.
● Frontend Roadmap:

● HTML: HTML stands for HyperText Markup Language. It is used to design


the front end portion of web pages using markup language. It acts as a
skeleton for a website since it is used to make the structure of a website.
● CSS: Cascading Style Sheets fondly referred to as CSS is a simply
designed language intended to simplify the process of making web pages
presentable. It is used to style our website.
● JavaScript: JavaScript is a scripting language used to provide a dynamic
behavior to our website.
● Bootstrap: Bootstrap is a free and open-source tool collection for creating
responsive websites and web applications. It is the most popular CSS
framework for developing responsive, mobile-first websites. Nowadays, the
websites are perfect for all the browsers (IE, Firefox, and Chrome) and for
all sizes of screens (Desktop, Tablets, Phablets, and Phones).
Backend Development

Backend is the server side of a website. It is the part of the website that users cannot
see and interact. It is the portion of software that does not come in direct contact with
the users. It is used to store and arrange data.

● Backend Roadmap:

● PHP: PHP is a server-side scripting language designed specifically for web


development.
● Java: Java is one of the most popular and widely used programming
language. It is highly scalable.
● Python: Python is a programming language that lets you work quickly and
integrate systems more efficiently.
● Node.js: Node.js is an open source and cross-platform runtime environment
for executing JavaScript code outside a browser.
● Back End Frameworks: The list of back end frameworks are: Express,
Django, Rails, Laravel, Spring, etc.

You might also like