New Presentation 1
New Presentation 1
DESIGN
SUBMITTED BY:
AVNI SHARMA
SUBMITTED TO:
KAMNA SHAKYAVANSHI AGARWAL
21CS02
Introduction To
Web Design
Web design is the process of planning and
creating websites.
It involves a variety of skills such as
information architecture, user interface, site
structure, navigation, layout, colors, fonts,
and overall imagery.
Purpose Of Web
Desi
Web design is an important and key part of a
website, and of digital marketing as a whole.
Well designed websites reflect the brand
image and encourages users to convert,
amongst other things.
Website design is a crucial part of a website
that needs attention if you want to succeed
online.
Website Design Or
Website
Development
Website design and website development are
actually different things. Although in many cases
if you’re offered web design, they’ll typically also
develop.
Website design is the process of designing a
website. Whereas website development is
around the building and functionality of the site.
Website Design Or
Website
A web devDevelopment
(developer), might design something,
but typically their role is to build the site to the
web designers designs.
Languages Used in
Web Page Design
Major three languages uses in web
design
HTML
HTML stands for Hyper Text Mark-up Language. It is used
to design web pages using mark-up language. HTML is
the combination of Hypertext and Mark-up language.
Example
In this example all <p> elements will be
center-aligned, with a red text color:
p {
color: red;
text-align: center;
}
JavaScript
JavaScript is a popular programming language
primarily used for adding interactivity and dynamic
behavior to websites.
It allows you to create interactive elements and
respond to user actions.
JavaScript is executed on the client-side, meaning it
runs on the user's web browser rather than the
server, making it an essential tool for front-end
development.
JavaScript can be used for Client-side developments
as well as Server-side developments.
Implementation Of Javscript in Html
• Inpage Javscript
You can write JavaScript code inside the <script> tag within
the HTML file. This is known as internal JavaScript and is
commonly placed inside the <head> or <body> section of
the HTML document.
• External JavaScript
For larger projects or when reusing scripts across
multiple HTML files, you can place your JavaScript
code in an external .js file. This file is then linked to
your HTML document using the src attribute
within a <script> tag.
Thank
You !