SlideShare a Scribd company logo
Responsive Web Designing Using CSS3 & HTML5
-Sandip Jadhav
“We are building a web, for all device ”
Contents
• Mobile is Future
• What is Responsive Web Designs
• Why do you need Responsive web designs
• Adoptive vs Responsive web designs
• Key benefits of Responsive web designs
• How does it works
• How you can implement Responsive Websites
• Frameworks.
• Demo
2
Mobile is Future
• In the Year 2013 Mobile users accessing internet were more than
computer users.
3
Why do you need Responsive web designs
• The Number of devices, platforms and browser that need to
work with your website is growing exponential rate.
• New devices with varying screen resolution
4
What is Responsive Web Designs
• Responsive Websites respond to there environment.
• Responsive Web Designing (RWD) is a process of designing a
single website to be used and compatible on different portable or
handy electronic devices with different Screen size , platform and
orientation .
5
What is Responsive Web Designs
• A Responsive Website serves the exact same page to every visitor
but the design and layout of that page responds to the size of the
visitors screen size. Every piece of content on a responsive site
adapts to how it is being viewed – be it desktop PC , Mobile or TV.
• All Type of devices are considered during design process.
6
How does it work / Responsive Process
7
Adoptive Vs Responsive web designs
• AWD depends on predefined screen sizing
• RWD depends on flexible and fluid grids
• AWD possesses a consistent and layered approach using scripting
• RWD consists of a little more coding approach with fluid grids & CSS
• AWD is recommended for end users with a limited budget or limited device types
and screen sizes. It is also better for applications which have a lot of images
which do not scale well
• RWD is recommended for end users for whom budget is no question and who
need a variance of mobile devices for their application to be implemented.
8
ADVANTAGES of Responsive Web Design
• User Experience (UX): Website adjusts to any screen size, making
it a good long-term solution to UX with the current plethora of
devices (including mobile/tablet hybrids). Hiding elements which
aren't crucial for mobile visitors helps to achieve their goals faster.
• Analytics: One complete view for all the traffic. To get insights on
the mobile visitors, create a "mobile-only" segment
• Sharing/Linking: One URL to accumulate all of the shares, likes,
tweets, and inbound links.
• SEO: Going with the advantage above, one URL accumulates all
links, PageRank, Page Authority, etc.
9
ADVANTAGES of Responsive Web Design
• Development: RWD involves no redirects to take care of, no user-agent
targeting.
• Maintenance: Once your website is responsive, there's very little
maintenance involved, as opposed to up-keeping a separate mobile site. It
is not required to up-keep a user-agent list with all of the up-to-date mobile
devices.
• Information Architecture (IA): With a 1-to-1 relationship to the desktop
site, mobile mimics the full site's IA, reducing the learning curve to get
accustomed to using the mobile version.
10
Key benefits of Responsive web designs
• Save money
• Save Time
• Better performance
• Improved SEO
• Wider browser support
11
How do we design for RWD
Use the Mobile First Approach and favor
Progressive Enhancement instead of the
traditional Graceful Degradation
12
How does it works
• A flexible grid
– A flexible grid-based layout is one of the cornerstones of responsive
design.
– Stop using pixel-based layouts and start using percentages or the em for
sizing
• Flexible images and media
– Adapt your images or other media to load differently depending on the
device, either by scaling or by using the CSS overflow property
• CSS3 media queries
– You can use media queries to scope styles to specific capabilities,
applying different styles based on the capabilities that match your query
13
Media Query example
body {
background-color: blue;
}
@media screen and (max-width: 960px) {
body {
background-color: red;
}
}
@media screen and (max-width: 768px) {
body {
background-color: blue;
}
}
@media screen and (max-width: 320px) {
body {
background-color: green;
}
}
14
Media Query example
15
Media Query example
16
Important guide lines
• Resizing image to fit the screen resolution.
• Hiding non-essential elements especially for smaller screen.
• Do not use web technologies that don’t work on mobile.
• Make sure that wesite get loaded properly in seconds
• Optimize your page for vertical scrolling.
17
Frameworks
18
Frameworks
19
Thank you
Any questions?

More Related Content

What's hot (20)

PPT
Chapter 13 Capital Structure And Leverage
Alamgir Alwani
 
PPT
Harvard Management Company Investment Analysis
bensigler
 
PDF
How to implement internationalization (i18n) in angular application(multiple ...
Katy Slemon
 
PPTX
Leverage #Financial_Management
Vishnu T T
 
PPT
Econ315 Money and Banking: Learning Unit #12: Risk Structure of Interest Rates
sakanor
 
PPTX
Public Finance [fiscal policy]
ruchasoni17
 
PPTX
Responsive web designing
Aanand Bohara
 
PPTX
Jsf presentation
Ashish Gupta
 
PDF
Project report | Major Project | Engineering | Devansh Koolwal
Devansh Koolwal
 
PPTX
Chapter (10).
Dr. Muath Asmar
 
PPTX
Bond market with an overview bond market of Bangladesh
Souman Guha
 
PDF
Responsive Design Presentation
Eugen Figursky
 
PDF
Cdp presentation-ifrs-16-leases-24052016
AaaCas
 
PDF
Fixed income securities- Analysis and valuation
13 Llama Interactive
 
PPTX
Concept of mutual fund
Dr. Ashish Suri
 
PPT
Ch14
Jan Novak
 
PPTX
Presentation of inflation and Rwandan economy
Dr. Shweta Uppadhyay
 
PPTX
React JS - A quick introduction tutorial
Mohammed Fazuluddin
 
PDF
Java Web Services [4/5]: Java API for XML Web Services
IMC Institute
 
PPT
Topic 3 Risk Return And Sml
shengvn
 
Chapter 13 Capital Structure And Leverage
Alamgir Alwani
 
Harvard Management Company Investment Analysis
bensigler
 
How to implement internationalization (i18n) in angular application(multiple ...
Katy Slemon
 
Leverage #Financial_Management
Vishnu T T
 
Econ315 Money and Banking: Learning Unit #12: Risk Structure of Interest Rates
sakanor
 
Public Finance [fiscal policy]
ruchasoni17
 
Responsive web designing
Aanand Bohara
 
Jsf presentation
Ashish Gupta
 
Project report | Major Project | Engineering | Devansh Koolwal
Devansh Koolwal
 
Chapter (10).
Dr. Muath Asmar
 
Bond market with an overview bond market of Bangladesh
Souman Guha
 
Responsive Design Presentation
Eugen Figursky
 
Cdp presentation-ifrs-16-leases-24052016
AaaCas
 
Fixed income securities- Analysis and valuation
13 Llama Interactive
 
Concept of mutual fund
Dr. Ashish Suri
 
Ch14
Jan Novak
 
Presentation of inflation and Rwandan economy
Dr. Shweta Uppadhyay
 
React JS - A quick introduction tutorial
Mohammed Fazuluddin
 
Java Web Services [4/5]: Java API for XML Web Services
IMC Institute
 
Topic 3 Risk Return And Sml
shengvn
 

Viewers also liked (12)

PDF
Game jump: frontend introduction #1
Sebastian Pożoga
 
PDF
Introduction to Frontend Development - Session 1 - HTML Fundamentals
Kalin Chernev
 
PDF
Game jump frontend introduction #workshop1
Sebastian Pożoga
 
PDF
Responsive Web Design with HTML5 and CSS3
Kannika Kong
 
PDF
(Practical) Beyond Responsive Web Design (WordCamp Miami 2011)
arborwebsolutions
 
PDF
Bootstrap
Jadson Santos
 
PDF
Refreshing Your UI with HTML5, Bootstrap and CSS3
Matt Raible
 
PDF
Responsive Webdesign
Antonio De Pasquale
 
PDF
UX & UI Design - Differentiate through design
DMI
 
PPT
Lect 1. introduction to programming languages
Varun Garg
 
PDF
Introduction to Bootstrap
Ron Reiter
 
PDF
Simple Steps to UX/UI Web Design
Koombea
 
Game jump: frontend introduction #1
Sebastian Pożoga
 
Introduction to Frontend Development - Session 1 - HTML Fundamentals
Kalin Chernev
 
Game jump frontend introduction #workshop1
Sebastian Pożoga
 
Responsive Web Design with HTML5 and CSS3
Kannika Kong
 
(Practical) Beyond Responsive Web Design (WordCamp Miami 2011)
arborwebsolutions
 
Bootstrap
Jadson Santos
 
Refreshing Your UI with HTML5, Bootstrap and CSS3
Matt Raible
 
Responsive Webdesign
Antonio De Pasquale
 
UX & UI Design - Differentiate through design
DMI
 
Lect 1. introduction to programming languages
Varun Garg
 
Introduction to Bootstrap
Ron Reiter
 
Simple Steps to UX/UI Web Design
Koombea
 
Ad

Similar to Reponsive web design (HTML5 + css3) (20)

PPTX
Webinar Recording "Best Practices in RWD - Responsive Web Design"
Sachin Katariya
 
PPTX
Adaptive vs Responsive Layouts
Ihor Zenich
 
PPTX
Responsive web design ppt
NAWAZ KHAN
 
PPTX
Intro to Responsive Web Design
meghantaylor
 
PPTX
Responsive web design
Ana-Maria Birtea
 
PPT
Alexa IT Solution Responsive Web designing
Ravi Panchal
 
PPTX
Responsive
Farid Mezane
 
PPTX
Responsive Design
DheerajPachauri
 
PPT
Why should we build our website responsive
Omkarsoft Bangalore
 
PDF
Responsive Web Design
Heru WIjayanto
 
PDF
2014 Android and iOS Design Trends
RapidValue
 
DOC
Responsive Web Design & Its Significant Aspects
vanitharajblaze
 
PDF
Responsive Web design Zambig
Tribune Media
 
PDF
Responsive Web Design Has Become One Of The Hottest Trend
AditMicrosys Australia
 
PPTX
Responsive Web design
Neha Sharma
 
PDF
Responsive Web Design
Abhas Agnihotri
 
PPTX
Responsive Web Design ~ Best Practices for Maximizing ROI
Juan Carlos Duron
 
PDF
Responsive Web Designs
Sanjida Afrin
 
PPT
Responsive Web Design in Cascade Server, by Chris Cox of BarkleyREI
hannonhill
 
PDF
Introduction | SEO Expate BD Ltd.
Sonia Simi
 
Webinar Recording "Best Practices in RWD - Responsive Web Design"
Sachin Katariya
 
Adaptive vs Responsive Layouts
Ihor Zenich
 
Responsive web design ppt
NAWAZ KHAN
 
Intro to Responsive Web Design
meghantaylor
 
Responsive web design
Ana-Maria Birtea
 
Alexa IT Solution Responsive Web designing
Ravi Panchal
 
Responsive
Farid Mezane
 
Responsive Design
DheerajPachauri
 
Why should we build our website responsive
Omkarsoft Bangalore
 
Responsive Web Design
Heru WIjayanto
 
2014 Android and iOS Design Trends
RapidValue
 
Responsive Web Design & Its Significant Aspects
vanitharajblaze
 
Responsive Web design Zambig
Tribune Media
 
Responsive Web Design Has Become One Of The Hottest Trend
AditMicrosys Australia
 
Responsive Web design
Neha Sharma
 
Responsive Web Design
Abhas Agnihotri
 
Responsive Web Design ~ Best Practices for Maximizing ROI
Juan Carlos Duron
 
Responsive Web Designs
Sanjida Afrin
 
Responsive Web Design in Cascade Server, by Chris Cox of BarkleyREI
hannonhill
 
Introduction | SEO Expate BD Ltd.
Sonia Simi
 
Ad

Recently uploaded (20)

PDF
Infrastructure planning and resilience - Keith Hastings.pptx.pdf
Safe Software
 
PDF
Troubleshooting Virtual Threads in Java!
Tier1 app
 
PPTX
ASSIGNMENT_1[1][1][1][1][1] (1) variables.pptx
kr2589474
 
PDF
AI Image Enhancer: Revolutionizing Visual Quality”
docmasoom
 
PDF
Protecting the Digital World Cyber Securit
dnthakkar16
 
PDF
Balancing Resource Capacity and Workloads with OnePlan – Avoid Overloading Te...
OnePlan Solutions
 
PDF
Download iTop VPN Free 6.1.0.5882 Crack Full Activated Pre Latest 2025
imang66g
 
PDF
New Download FL Studio Crack Full Version [Latest 2025]
imang66g
 
PDF
Supabase Meetup: Build in a weekend, scale to millions
Carlo Gilmar Padilla Santana
 
PPTX
GALILEO CRS SYSTEM | GALILEO TRAVEL SOFTWARE
philipnathen82
 
PDF
Salesforce Pricing Update 2025: Impact, Strategy & Smart Cost Optimization wi...
GetOnCRM Solutions
 
PPTX
classification of computer and basic part of digital computer
ravisinghrajpurohit3
 
PDF
SAP GUI Installation Guide for macOS (iOS) | Connect to SAP Systems on Mac
SAP Vista, an A L T Z E N Company
 
PDF
How Agentic AI Networks are Revolutionizing Collaborative AI Ecosystems in 2025
ronakdubey419
 
PDF
AWS_Agentic_AI_in_Indian_BFSI_A_Strategic_Blueprint_for_Customer.pdf
siddharthnetsavvies
 
PDF
Enhancing Security in VAST: Towards Static Vulnerability Scanning
ESUG
 
PDF
New Download MiniTool Partition Wizard Crack Latest Version 2025
imang66g
 
PPTX
Contractor Management Platform and Software Solution for Compliance
SHEQ Network Limited
 
PDF
Salesforce Implementation Services Provider.pdf
VALiNTRY360
 
PDF
Step-by-Step Guide to Install SAP HANA Studio | Complete Installation Tutoria...
SAP Vista, an A L T Z E N Company
 
Infrastructure planning and resilience - Keith Hastings.pptx.pdf
Safe Software
 
Troubleshooting Virtual Threads in Java!
Tier1 app
 
ASSIGNMENT_1[1][1][1][1][1] (1) variables.pptx
kr2589474
 
AI Image Enhancer: Revolutionizing Visual Quality”
docmasoom
 
Protecting the Digital World Cyber Securit
dnthakkar16
 
Balancing Resource Capacity and Workloads with OnePlan – Avoid Overloading Te...
OnePlan Solutions
 
Download iTop VPN Free 6.1.0.5882 Crack Full Activated Pre Latest 2025
imang66g
 
New Download FL Studio Crack Full Version [Latest 2025]
imang66g
 
Supabase Meetup: Build in a weekend, scale to millions
Carlo Gilmar Padilla Santana
 
GALILEO CRS SYSTEM | GALILEO TRAVEL SOFTWARE
philipnathen82
 
Salesforce Pricing Update 2025: Impact, Strategy & Smart Cost Optimization wi...
GetOnCRM Solutions
 
classification of computer and basic part of digital computer
ravisinghrajpurohit3
 
SAP GUI Installation Guide for macOS (iOS) | Connect to SAP Systems on Mac
SAP Vista, an A L T Z E N Company
 
How Agentic AI Networks are Revolutionizing Collaborative AI Ecosystems in 2025
ronakdubey419
 
AWS_Agentic_AI_in_Indian_BFSI_A_Strategic_Blueprint_for_Customer.pdf
siddharthnetsavvies
 
Enhancing Security in VAST: Towards Static Vulnerability Scanning
ESUG
 
New Download MiniTool Partition Wizard Crack Latest Version 2025
imang66g
 
Contractor Management Platform and Software Solution for Compliance
SHEQ Network Limited
 
Salesforce Implementation Services Provider.pdf
VALiNTRY360
 
Step-by-Step Guide to Install SAP HANA Studio | Complete Installation Tutoria...
SAP Vista, an A L T Z E N Company
 

Reponsive web design (HTML5 + css3)

  • 1. Responsive Web Designing Using CSS3 & HTML5 -Sandip Jadhav “We are building a web, for all device ”
  • 2. Contents • Mobile is Future • What is Responsive Web Designs • Why do you need Responsive web designs • Adoptive vs Responsive web designs • Key benefits of Responsive web designs • How does it works • How you can implement Responsive Websites • Frameworks. • Demo 2
  • 3. Mobile is Future • In the Year 2013 Mobile users accessing internet were more than computer users. 3
  • 4. Why do you need Responsive web designs • The Number of devices, platforms and browser that need to work with your website is growing exponential rate. • New devices with varying screen resolution 4
  • 5. What is Responsive Web Designs • Responsive Websites respond to there environment. • Responsive Web Designing (RWD) is a process of designing a single website to be used and compatible on different portable or handy electronic devices with different Screen size , platform and orientation . 5
  • 6. What is Responsive Web Designs • A Responsive Website serves the exact same page to every visitor but the design and layout of that page responds to the size of the visitors screen size. Every piece of content on a responsive site adapts to how it is being viewed – be it desktop PC , Mobile or TV. • All Type of devices are considered during design process. 6
  • 7. How does it work / Responsive Process 7
  • 8. Adoptive Vs Responsive web designs • AWD depends on predefined screen sizing • RWD depends on flexible and fluid grids • AWD possesses a consistent and layered approach using scripting • RWD consists of a little more coding approach with fluid grids & CSS • AWD is recommended for end users with a limited budget or limited device types and screen sizes. It is also better for applications which have a lot of images which do not scale well • RWD is recommended for end users for whom budget is no question and who need a variance of mobile devices for their application to be implemented. 8
  • 9. ADVANTAGES of Responsive Web Design • User Experience (UX): Website adjusts to any screen size, making it a good long-term solution to UX with the current plethora of devices (including mobile/tablet hybrids). Hiding elements which aren't crucial for mobile visitors helps to achieve their goals faster. • Analytics: One complete view for all the traffic. To get insights on the mobile visitors, create a "mobile-only" segment • Sharing/Linking: One URL to accumulate all of the shares, likes, tweets, and inbound links. • SEO: Going with the advantage above, one URL accumulates all links, PageRank, Page Authority, etc. 9
  • 10. ADVANTAGES of Responsive Web Design • Development: RWD involves no redirects to take care of, no user-agent targeting. • Maintenance: Once your website is responsive, there's very little maintenance involved, as opposed to up-keeping a separate mobile site. It is not required to up-keep a user-agent list with all of the up-to-date mobile devices. • Information Architecture (IA): With a 1-to-1 relationship to the desktop site, mobile mimics the full site's IA, reducing the learning curve to get accustomed to using the mobile version. 10
  • 11. Key benefits of Responsive web designs • Save money • Save Time • Better performance • Improved SEO • Wider browser support 11
  • 12. How do we design for RWD Use the Mobile First Approach and favor Progressive Enhancement instead of the traditional Graceful Degradation 12
  • 13. How does it works • A flexible grid – A flexible grid-based layout is one of the cornerstones of responsive design. – Stop using pixel-based layouts and start using percentages or the em for sizing • Flexible images and media – Adapt your images or other media to load differently depending on the device, either by scaling or by using the CSS overflow property • CSS3 media queries – You can use media queries to scope styles to specific capabilities, applying different styles based on the capabilities that match your query 13
  • 14. Media Query example body { background-color: blue; } @media screen and (max-width: 960px) { body { background-color: red; } } @media screen and (max-width: 768px) { body { background-color: blue; } } @media screen and (max-width: 320px) { body { background-color: green; } } 14
  • 17. Important guide lines • Resizing image to fit the screen resolution. • Hiding non-essential elements especially for smaller screen. • Do not use web technologies that don’t work on mobile. • Make sure that wesite get loaded properly in seconds • Optimize your page for vertical scrolling. 17