SlideShare ist ein Scribd-Unternehmen logo
1 von 15
JSS ACADEMY OF TECHNICAL EDUCATION, NOIDA
DR. APJ ABDUL KALAM TECHNICAL UNIVERSITY, LUCKNOW, U.P
NAME: DHEERAJ PACHAURI
ROLL NO.: 1809113042
BRANCH: IT-1
Topic: Styling with Responsive Design
CONTENT
● What is RESPONSIVE DESIGN
● Why RESPONSIVE DESIGN is Necessary Today ?
● How to check a Site is PLATFORM INDEPENDENT or Not ?
● Benefits of using RESPONSIVE DESIGN in our sites
● Major components of RESPONSIVE WEB DESIGN
● Conclusion
● Refrences
What is RESPONSIVE DESIGN?
Responsive Web Design is about using HTML and CSS to automatically resize,
hide, shrink or enlarge a website to look good on all devices (desktop, tablets
and phones).
Responsive web design is an approach to web design that makes web pages
render well on a variety of devices and window or screen sizes. It means it
makes websites PLATFORM INDEPENDENT. .
Responsive web design is about creating web pages that look good on all
devices. A responsive web design will automatically adjust for different screen
sizes and viewports.
Why RESPONSIVE DESIGN is Necessary Today ?
Today we live in a multi-screen society. Because of this, it’s important for our
site to be viewable across as many devices as possible, because we never know
what device someone will be using to view our website.
In early 2015, Google announced that mobile-friendliness would become a
ranking factor in its search engine algorithms. This meant that sites that were
mobile-friendly would potentially lose some ground in search engine results
because they wouldn’t be delivering a good experience to mobile searchers and
viewers.
Responsive Web Design is also replace the need of separate site for
mobile devices for small screen users, Now instead of designing multiple
websites for multiple screen size, we can just design one website that
scales up or down automatically to match the device it’s being views on.
How to check Site is Plateform Independent or Not ?
There are number of ways by which we can check a site and confirm that the
site is Platform Indepedent or Not:
● By resizing our window screen and refresh in desktops.
● By using Site http://ami.responsivedesign.is.
● By using inspect element option in Web Browser.
Benefits of using RESPONSIVE DESIGN in our sites
● Improve User Experience
● Flexibility
● Search Engine Optimization
● Cost Effectiveness
● Faster mobile development at lower cost
● Improve Online and Offline Browsing experience.
Major components of RESPONSIVE WEB DESIGN
● Meta Tags
● CSS Media Queries
● Grid System
● Frameworks
Meta Tags
We use Meta Tags for making a web page Mobile Optimized. Meta Tags are
Coding statements in HTML and placed at the top of the web pages as a part
of heading.
This gives the browser instructions on how to control the page's dimensions
and scaling.
<meta name="viewport" content="width=device-width, initial-scale=1.0">
CSS Media Queries
Media Query allows us to depend upon the media properties. It uses the
@media rule to include a block of CSS properties only if a certain condition
is true.
@media only screen and (max-width: 600px) {
body {
background-color: lightblue;
}
}
Grid Systems
Many web pages are based on a Grid System, which means that the page is
divided into columns. Using a Grid System is very helpful when designing
web pages. It makes it easier to place elements on the page.
Frameworks
Frameworks are someone else code or layout of a website. They are free, and
easy to use.
There are many existing CSS Frameworks that offer Responsive Design.
● BOOTSTRAP
● W3.CSS
● ULKIT
● SEMANTIC UI
CONCLUSION
The ultimate goal of responsive design is to avoid the unnecessary resizing,
scrolling, zooming, or panning that occurs with sites that have not been
optimized for different devices.
If we want to improve the user experience then we should focus on
Responsive Design.
Our Site can be Responsive, If we use components of Responsive Design
like CSS Media Queries, Framework and Met Tags.
REFERENCES
● Ethan Marcotte. Responsive Web Design. A Book Apart, Jan 1,
2011
● J Mazzei, “Responsive Web Design[J]”,Business NH Magazine,
vol. 9, 2012
● W3schools.com
● Wikipedia
● webfx.com
THANK YOU

Weitere Àhnliche Inhalte

Was ist angesagt?

The exploration of a responsive web design – that elevates your website’s pot...
The exploration of a responsive web design – that elevates your website’s pot...The exploration of a responsive web design – that elevates your website’s pot...
The exploration of a responsive web design – that elevates your website’s pot...vanitharajblaze
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web DesignAbhas Agnihotri
 
Benefits of Responsive Web Design
Benefits of Responsive Web DesignBenefits of Responsive Web Design
Benefits of Responsive Web DesignBrainwork Technologies
 
Building websites using OutSystems
Building websites using OutSystemsBuilding websites using OutSystems
Building websites using OutSystemsGonçalo Veiga
 
Why responsive website good for seo
Why responsive website good for seoWhy responsive website good for seo
Why responsive website good for seoTyranny Webdesign
 
Mobile Second @ NextStep 2014
Mobile Second @ NextStep 2014Mobile Second @ NextStep 2014
Mobile Second @ NextStep 2014Gonçalo Veiga
 
Overview of Responsive Web Design
Overview of Responsive Web DesignOverview of Responsive Web Design
Overview of Responsive Web DesignPankaj Bajaj
 
Multiple Design Strategies for Multiple Screens
Multiple Design Strategies for Multiple ScreensMultiple Design Strategies for Multiple Screens
Multiple Design Strategies for Multiple ScreensJanine Warner
 
Responsive Web Design (RWD) vs Adaptive Web Design (AWD)
Responsive Web Design (RWD) vs Adaptive Web Design (AWD)Responsive Web Design (RWD) vs Adaptive Web Design (AWD)
Responsive Web Design (RWD) vs Adaptive Web Design (AWD)Jamshaid (Jam) Hashmi
 
Responsive website design
Responsive website designResponsive website design
Responsive website designDinesh Nandlal
 
Responsive Design Presentation
Responsive Design PresentationResponsive Design Presentation
Responsive Design PresentationEugen Figursky
 
Website design and development company
Website design and development companyWebsite design and development company
Website design and development companyMurle kumar
 
How to optimize your blog for mobile traffic
How to optimize your blog for mobile trafficHow to optimize your blog for mobile traffic
How to optimize your blog for mobile trafficgroceryalerts
 
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski MeetMagentoNY2014
 
Responsive web design ppt
Responsive web design pptResponsive web design ppt
Responsive web design pptaccede16
 
Responsive web design
Responsive web designResponsive web design
Responsive web designAna-Maria Birtea
 
Responsive Web Design Has Become One Of The Hottest Trend
Responsive Web Design Has Become One Of The Hottest TrendResponsive Web Design Has Become One Of The Hottest Trend
Responsive Web Design Has Become One Of The Hottest TrendAditMicrosys Australia
 
mSite exam presentation - GDG Sonargaon
mSite exam presentation - GDG SonargaonmSite exam presentation - GDG Sonargaon
mSite exam presentation - GDG SonargaonIstiaque Reza
 

Was ist angesagt? (20)

Responsive web design
Responsive web design Responsive web design
Responsive web design
 
The exploration of a responsive web design – that elevates your website’s pot...
The exploration of a responsive web design – that elevates your website’s pot...The exploration of a responsive web design – that elevates your website’s pot...
The exploration of a responsive web design – that elevates your website’s pot...
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
Benefits of Responsive Web Design
Benefits of Responsive Web DesignBenefits of Responsive Web Design
Benefits of Responsive Web Design
 
Building websites using OutSystems
Building websites using OutSystemsBuilding websites using OutSystems
Building websites using OutSystems
 
Why responsive website good for seo
Why responsive website good for seoWhy responsive website good for seo
Why responsive website good for seo
 
Mobile Second @ NextStep 2014
Mobile Second @ NextStep 2014Mobile Second @ NextStep 2014
Mobile Second @ NextStep 2014
 
Overview of Responsive Web Design
Overview of Responsive Web DesignOverview of Responsive Web Design
Overview of Responsive Web Design
 
Multiple Design Strategies for Multiple Screens
Multiple Design Strategies for Multiple ScreensMultiple Design Strategies for Multiple Screens
Multiple Design Strategies for Multiple Screens
 
Responsive Web Design (RWD) vs Adaptive Web Design (AWD)
Responsive Web Design (RWD) vs Adaptive Web Design (AWD)Responsive Web Design (RWD) vs Adaptive Web Design (AWD)
Responsive Web Design (RWD) vs Adaptive Web Design (AWD)
 
Responsive website design
Responsive website designResponsive website design
Responsive website design
 
Responsive Design Presentation
Responsive Design PresentationResponsive Design Presentation
Responsive Design Presentation
 
Website design and development company
Website design and development companyWebsite design and development company
Website design and development company
 
How to optimize your blog for mobile traffic
How to optimize your blog for mobile trafficHow to optimize your blog for mobile traffic
How to optimize your blog for mobile traffic
 
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
 
Responsive web design ppt
Responsive web design pptResponsive web design ppt
Responsive web design ppt
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Responsive Web Design Has Become One Of The Hottest Trend
Responsive Web Design Has Become One Of The Hottest TrendResponsive Web Design Has Become One Of The Hottest Trend
Responsive Web Design Has Become One Of The Hottest Trend
 
The power of spa
The power of spaThe power of spa
The power of spa
 
mSite exam presentation - GDG Sonargaon
mSite exam presentation - GDG SonargaonmSite exam presentation - GDG Sonargaon
mSite exam presentation - GDG Sonargaon
 

Ähnlich wie Responsive Design

Responsive Web Designs
Responsive Web DesignsResponsive Web Designs
Responsive Web DesignsSanjida Afrin
 
Responsive web designing ppt(1)
Responsive web designing ppt(1)Responsive web designing ppt(1)
Responsive web designing ppt(1)admecindia1
 
Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.Sonia Simi
 
Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.Sonia Simi
 
Responsive web designing
Responsive web designingResponsive web designing
Responsive web designingAanand Bohara
 
Mobile Responsive ​ Website Designing.pdf
Mobile Responsive ​ Website Designing.pdfMobile Responsive ​ Website Designing.pdf
Mobile Responsive ​ Website Designing.pdfSEO expate Bangladesh Ltd
 
RESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGN
RESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGN
RESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGNDaveEstonilo
 
Alexa IT Solution Responsive Web designing
Alexa IT Solution Responsive Web designingAlexa IT Solution Responsive Web designing
Alexa IT Solution Responsive Web designingRavi Panchal
 
Unlocking the Potential of Responsive Web Development Services.docx
Unlocking the Potential of Responsive Web Development Services.docxUnlocking the Potential of Responsive Web Development Services.docx
Unlocking the Potential of Responsive Web Development Services.docxGlorywebs Creatives Pvt. Ltd.
 
Mastering Responsive Web Design_ Creating Seamless User Experiences.pdf
Mastering Responsive Web Design_ Creating Seamless User Experiences.pdfMastering Responsive Web Design_ Creating Seamless User Experiences.pdf
Mastering Responsive Web Design_ Creating Seamless User Experiences.pdfGerryspeck
 
Reponsive web design (HTML5 + css3)
Reponsive web design (HTML5 + css3)Reponsive web design (HTML5 + css3)
Reponsive web design (HTML5 + css3)Sandip Jadhav
 
reponsive-web-design.pptx
reponsive-web-design.pptxreponsive-web-design.pptx
reponsive-web-design.pptxadarshgupta131049
 
reponsive-web-design.pptx
reponsive-web-design.pptxreponsive-web-design.pptx
reponsive-web-design.pptxadarshgupta131049
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web DesignHeru WIjayanto
 
Pixel-Perfect-Navigating-the-World-of-Website-Development-for-Maximum-Impact....
Pixel-Perfect-Navigating-the-World-of-Website-Development-for-Maximum-Impact....Pixel-Perfect-Navigating-the-World-of-Website-Development-for-Maximum-Impact....
Pixel-Perfect-Navigating-the-World-of-Website-Development-for-Maximum-Impact....attitudeacademy1
 
Adaptive vs Responsive Layouts
Adaptive vs Responsive LayoutsAdaptive vs Responsive Layouts
Adaptive vs Responsive LayoutsIhor Zenich
 

Ähnlich wie Responsive Design (20)

Responsive Web Designs
Responsive Web DesignsResponsive Web Designs
Responsive Web Designs
 
Responsive Web Designing Fundamentals
Responsive Web Designing FundamentalsResponsive Web Designing Fundamentals
Responsive Web Designing Fundamentals
 
Responsive web designing ppt(1)
Responsive web designing ppt(1)Responsive web designing ppt(1)
Responsive web designing ppt(1)
 
Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.
 
Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.
 
Responsive web designing
Responsive web designingResponsive web designing
Responsive web designing
 
Mobile Responsive ​ Website Designing.pdf
Mobile Responsive ​ Website Designing.pdfMobile Responsive ​ Website Designing.pdf
Mobile Responsive ​ Website Designing.pdf
 
RESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGN
RESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGN
RESPONSIVE_WEB_DESIGNRESPONSIVE_WEB_DESIGN
 
Alexa IT Solution Responsive Web designing
Alexa IT Solution Responsive Web designingAlexa IT Solution Responsive Web designing
Alexa IT Solution Responsive Web designing
 
Unlocking the Potential of Responsive Web Development Services.docx
Unlocking the Potential of Responsive Web Development Services.docxUnlocking the Potential of Responsive Web Development Services.docx
Unlocking the Potential of Responsive Web Development Services.docx
 
Mastering Responsive Web Design_ Creating Seamless User Experiences.pdf
Mastering Responsive Web Design_ Creating Seamless User Experiences.pdfMastering Responsive Web Design_ Creating Seamless User Experiences.pdf
Mastering Responsive Web Design_ Creating Seamless User Experiences.pdf
 
Reponsive web design (HTML5 + css3)
Reponsive web design (HTML5 + css3)Reponsive web design (HTML5 + css3)
Reponsive web design (HTML5 + css3)
 
reponsive-web-design.pptx
reponsive-web-design.pptxreponsive-web-design.pptx
reponsive-web-design.pptx
 
reponsive-web-design.pptx
reponsive-web-design.pptxreponsive-web-design.pptx
reponsive-web-design.pptx
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
Pixel-Perfect-Navigating-the-World-of-Website-Development-for-Maximum-Impact....
Pixel-Perfect-Navigating-the-World-of-Website-Development-for-Maximum-Impact....Pixel-Perfect-Navigating-the-World-of-Website-Development-for-Maximum-Impact....
Pixel-Perfect-Navigating-the-World-of-Website-Development-for-Maximum-Impact....
 
Responsive_Web_Design
Responsive_Web_DesignResponsive_Web_Design
Responsive_Web_Design
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Adaptive vs Responsive Layouts
Adaptive vs Responsive LayoutsAdaptive vs Responsive Layouts
Adaptive vs Responsive Layouts
 
10 Things You Must Need To Know About Responsive Design.pdf
10 Things You Must Need To Know About Responsive Design.pdf10 Things You Must Need To Know About Responsive Design.pdf
10 Things You Must Need To Know About Responsive Design.pdf
 

KĂŒrzlich hochgeladen

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 

KĂŒrzlich hochgeladen (20)

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 

Responsive Design

  • 1. JSS ACADEMY OF TECHNICAL EDUCATION, NOIDA DR. APJ ABDUL KALAM TECHNICAL UNIVERSITY, LUCKNOW, U.P NAME: DHEERAJ PACHAURI ROLL NO.: 1809113042 BRANCH: IT-1 Topic: Styling with Responsive Design
  • 2. CONTENT ● What is RESPONSIVE DESIGN ● Why RESPONSIVE DESIGN is Necessary Today ? ● How to check a Site is PLATFORM INDEPENDENT or Not ? ● Benefits of using RESPONSIVE DESIGN in our sites ● Major components of RESPONSIVE WEB DESIGN ● Conclusion ● Refrences
  • 3. What is RESPONSIVE DESIGN? Responsive Web Design is about using HTML and CSS to automatically resize, hide, shrink or enlarge a website to look good on all devices (desktop, tablets and phones). Responsive web design is an approach to web design that makes web pages render well on a variety of devices and window or screen sizes. It means it makes websites PLATFORM INDEPENDENT. . Responsive web design is about creating web pages that look good on all devices. A responsive web design will automatically adjust for different screen sizes and viewports.
  • 4. Why RESPONSIVE DESIGN is Necessary Today ? Today we live in a multi-screen society. Because of this, it’s important for our site to be viewable across as many devices as possible, because we never know what device someone will be using to view our website. In early 2015, Google announced that mobile-friendliness would become a ranking factor in its search engine algorithms. This meant that sites that were mobile-friendly would potentially lose some ground in search engine results because they wouldn’t be delivering a good experience to mobile searchers and viewers.
  • 5. Responsive Web Design is also replace the need of separate site for mobile devices for small screen users, Now instead of designing multiple websites for multiple screen size, we can just design one website that scales up or down automatically to match the device it’s being views on.
  • 6. How to check Site is Plateform Independent or Not ? There are number of ways by which we can check a site and confirm that the site is Platform Indepedent or Not: ● By resizing our window screen and refresh in desktops. ● By using Site http://ami.responsivedesign.is. ● By using inspect element option in Web Browser.
  • 7. Benefits of using RESPONSIVE DESIGN in our sites ● Improve User Experience ● Flexibility ● Search Engine Optimization ● Cost Effectiveness ● Faster mobile development at lower cost ● Improve Online and Offline Browsing experience.
  • 8. Major components of RESPONSIVE WEB DESIGN ● Meta Tags ● CSS Media Queries ● Grid System ● Frameworks
  • 9. Meta Tags We use Meta Tags for making a web page Mobile Optimized. Meta Tags are Coding statements in HTML and placed at the top of the web pages as a part of heading. This gives the browser instructions on how to control the page's dimensions and scaling. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  • 10. CSS Media Queries Media Query allows us to depend upon the media properties. It uses the @media rule to include a block of CSS properties only if a certain condition is true. @media only screen and (max-width: 600px) { body { background-color: lightblue; } }
  • 11. Grid Systems Many web pages are based on a Grid System, which means that the page is divided into columns. Using a Grid System is very helpful when designing web pages. It makes it easier to place elements on the page.
  • 12. Frameworks Frameworks are someone else code or layout of a website. They are free, and easy to use. There are many existing CSS Frameworks that offer Responsive Design. ● BOOTSTRAP ● W3.CSS ● ULKIT ● SEMANTIC UI
  • 13. CONCLUSION The ultimate goal of responsive design is to avoid the unnecessary resizing, scrolling, zooming, or panning that occurs with sites that have not been optimized for different devices. If we want to improve the user experience then we should focus on Responsive Design. Our Site can be Responsive, If we use components of Responsive Design like CSS Media Queries, Framework and Met Tags.
  • 14. REFERENCES ● Ethan Marcotte. Responsive Web Design. A Book Apart, Jan 1, 2011 ● J Mazzei, “Responsive Web Design[J]”,Business NH Magazine, vol. 9, 2012 ● W3schools.com ● Wikipedia ● webfx.com