Untitled Document-16
Untitled Document-16
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 .
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.
● 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:
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: