SlideShare a Scribd company logo
Building and Marketing Websites
Every element in a document, both
block-level and inline, generates a
rectangular element box
Box Model
Block Elements
vs
Inline Elements
Block Elements
• Paragrahs <p> … </p>
• Headings <h1> … </h2>
• Lists <ol> … </ol>
• Block-level element begins on a new line, and
some space is also usually added above and
below the entire element by default.
Inline Elements
• <em> … </em>
• <strong> … </strong>
• <img src=“test” />
• Go with the flow
Block vs Inline
• Block elements are the major building blocks
of your Web page
• Inline elements for small pieces of content
Class Identifier
Used to classify elements into a
conceptual group.
<html>
<head>
<title>Simple Website</title>
</head>
<body>
<h1>Welcome</h1>
<p class=“green”>This is a demonstration.</p>
<p>Business as usual</p>
</body>
</html>
p.green {
color: green;
}
1. Select <p> elements that belong to a certain class.
2. Make them green.
The CSS Rule
If you want all elements that are in the
green class to have a style, then you can
just write your rule like this:
.green {
color: green;
}
Id Identifier
Used to identify a unique element in
the document.
<html>
<head>
<title>Simple Website</title>
</head>
<body>
<h1>Welcome</h1>
<p id=“startline”>This is a demonstration.</p>
<p>Business as usual</p>
</body>
</html>
Id Identifier
• Giving an element an id is similar to
adding an element to a class.
• Differences:
–attribute is called “id”, not “class”,
–an element can’t have multiple ids
–can not have more than one element on a
page with the same id.
#start {
color: green;
}
The CSS Rule
Generic Elements
Generic block-level element
Generic inline element
<div> … </div>
<span> … </span>
Generic Elements
• No inherent presentation qualities of
their own
• You can use style sheets to format the
content however you like.
div element
• Short for “division”
• A container around a logical grouping of
elements on the page
• Used for structure
span element
• Same benefits as the div element
• Used for inline elements that do not introduce
line breaks
Pres

More Related Content

Viewers also liked

Physical Science Ch 10
Physical Science Ch 10Physical Science Ch 10
Physical Science Ch 10
mshenry
 
D:\งานส่ง\G48 53011810070
D:\งานส่ง\G48 53011810070D:\งานส่ง\G48 53011810070
D:\งานส่ง\G48 53011810070BenjamasS
 
Deloitte: The Future of Productivity
Deloitte: The Future of Productivity Deloitte: The Future of Productivity
Deloitte: The Future of Productivity
Halifax Partnership
 
Amiel pangilinan how to use vlc
Amiel pangilinan how to use vlcAmiel pangilinan how to use vlc
Amiel pangilinan how to use vlcAmiel Pangilinan
 
Presentación1
Presentación1Presentación1
Presentación1Vicky
 
Present simple vs. present continuous
Present simple vs. present continuousPresent simple vs. present continuous
Present simple vs. present continuous
Alexandra Canal
 
Prunus africana “No chop um, no kill um, but keep um”: From an endangered spe...
Prunus africana “No chop um, no kill um, but keep um”: From an endangered spe...Prunus africana “No chop um, no kill um, but keep um”: From an endangered spe...
Prunus africana “No chop um, no kill um, but keep um”: From an endangered spe...
Verina Ingram
 
Build Great Apps on Android - Boris Chan - FITC Spotlight Android
Build Great Apps on Android - Boris Chan - FITC Spotlight AndroidBuild Great Apps on Android - Boris Chan - FITC Spotlight Android
Build Great Apps on Android - Boris Chan - FITC Spotlight AndroidBoris Chan
 
Forest-poverty-commodity links in the Congo Basin: A value chain perspective
Forest-poverty-commodity links in the Congo Basin: A value chain perspectiveForest-poverty-commodity links in the Congo Basin: A value chain perspective
Forest-poverty-commodity links in the Congo Basin: A value chain perspective
Verina Ingram
 
July 2012 Newsletter
July 2012 NewsletterJuly 2012 Newsletter
July 2012 Newsletter
Felix Ortiz
 
ESWC 2015 - EU Networking Session
ESWC 2015 - EU Networking SessionESWC 2015 - EU Networking Session
ESWC 2015 - EU Networking Session
Erik Mannens
 
L.L. Bean Maine Hunting Boot
L.L. Bean Maine Hunting BootL.L. Bean Maine Hunting Boot
L.L. Bean Maine Hunting Bootjessradio
 
Rawroot(Indesign Draft)2
Rawroot(Indesign Draft)2Rawroot(Indesign Draft)2
Rawroot(Indesign Draft)2mayonn
 
#ForoEGovAR | Plan de Modernización del Estado
#ForoEGovAR | Plan de Modernización del Estado#ForoEGovAR | Plan de Modernización del Estado
#ForoEGovAR | Plan de Modernización del Estado
CESSI ArgenTIna
 
エンジニアでも分かる営業講座 岡崎 史
エンジニアでも分かる営業講座 岡崎 史エンジニアでも分かる営業講座 岡崎 史
エンジニアでも分かる営業講座 岡崎 史pgcafe
 
AABM - September 2012 Newsletter
AABM - September 2012 NewsletterAABM - September 2012 Newsletter
AABM - September 2012 Newsletter
Felix Ortiz
 
Women and Dependency
Women and DependencyWomen and Dependency
Women and Dependency
Ravi Samuel
 
Harry potter and the deathly hallows review.
Harry potter and the deathly hallows review.Harry potter and the deathly hallows review.
Harry potter and the deathly hallows review.Becca McPartland
 

Viewers also liked (20)

Physical Science Ch 10
Physical Science Ch 10Physical Science Ch 10
Physical Science Ch 10
 
D:\งานส่ง\G48 53011810070
D:\งานส่ง\G48 53011810070D:\งานส่ง\G48 53011810070
D:\งานส่ง\G48 53011810070
 
Deloitte: The Future of Productivity
Deloitte: The Future of Productivity Deloitte: The Future of Productivity
Deloitte: The Future of Productivity
 
Amiel pangilinan how to use vlc
Amiel pangilinan how to use vlcAmiel pangilinan how to use vlc
Amiel pangilinan how to use vlc
 
Presentación1
Presentación1Presentación1
Presentación1
 
Present simple vs. present continuous
Present simple vs. present continuousPresent simple vs. present continuous
Present simple vs. present continuous
 
Prunus africana “No chop um, no kill um, but keep um”: From an endangered spe...
Prunus africana “No chop um, no kill um, but keep um”: From an endangered spe...Prunus africana “No chop um, no kill um, but keep um”: From an endangered spe...
Prunus africana “No chop um, no kill um, but keep um”: From an endangered spe...
 
Build Great Apps on Android - Boris Chan - FITC Spotlight Android
Build Great Apps on Android - Boris Chan - FITC Spotlight AndroidBuild Great Apps on Android - Boris Chan - FITC Spotlight Android
Build Great Apps on Android - Boris Chan - FITC Spotlight Android
 
Forest-poverty-commodity links in the Congo Basin: A value chain perspective
Forest-poverty-commodity links in the Congo Basin: A value chain perspectiveForest-poverty-commodity links in the Congo Basin: A value chain perspective
Forest-poverty-commodity links in the Congo Basin: A value chain perspective
 
July 2012 Newsletter
July 2012 NewsletterJuly 2012 Newsletter
July 2012 Newsletter
 
Andy warhol
Andy warholAndy warhol
Andy warhol
 
ESWC 2015 - EU Networking Session
ESWC 2015 - EU Networking SessionESWC 2015 - EU Networking Session
ESWC 2015 - EU Networking Session
 
L.L. Bean Maine Hunting Boot
L.L. Bean Maine Hunting BootL.L. Bean Maine Hunting Boot
L.L. Bean Maine Hunting Boot
 
MY PROFILE
MY PROFILEMY PROFILE
MY PROFILE
 
Rawroot(Indesign Draft)2
Rawroot(Indesign Draft)2Rawroot(Indesign Draft)2
Rawroot(Indesign Draft)2
 
#ForoEGovAR | Plan de Modernización del Estado
#ForoEGovAR | Plan de Modernización del Estado#ForoEGovAR | Plan de Modernización del Estado
#ForoEGovAR | Plan de Modernización del Estado
 
エンジニアでも分かる営業講座 岡崎 史
エンジニアでも分かる営業講座 岡崎 史エンジニアでも分かる営業講座 岡崎 史
エンジニアでも分かる営業講座 岡崎 史
 
AABM - September 2012 Newsletter
AABM - September 2012 NewsletterAABM - September 2012 Newsletter
AABM - September 2012 Newsletter
 
Women and Dependency
Women and DependencyWomen and Dependency
Women and Dependency
 
Harry potter and the deathly hallows review.
Harry potter and the deathly hallows review.Harry potter and the deathly hallows review.
Harry potter and the deathly hallows review.
 

Similar to Pres

Html coding
Html codingHtml coding
Html coding
Briana VanBuskirk
 
Javascript part 2 DOM.pptx
Javascript part 2 DOM.pptxJavascript part 2 DOM.pptx
Javascript part 2 DOM.pptx
deepa339830
 
Basics of html for web development by software outsourcing company india
Basics of html for web development   by software outsourcing company indiaBasics of html for web development   by software outsourcing company india
Basics of html for web development by software outsourcing company india
Jignesh Aakoliya
 
What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)
Ahsan Rahim
 
Web Development Using CSS3
Web Development Using CSS3Web Development Using CSS3
Web Development Using CSS3
Anjan Mahanta
 
Web Development Using CSS3
Web Development Using CSS3Web Development Using CSS3
Web Development Using CSS3
Anjan Mahanta
 
Hypertext markup language(html)
Hypertext markup language(html)Hypertext markup language(html)
Hypertext markup language(html)Jayson Cortez
 
Code &amp; design your first website (3:16)
Code &amp; design your first website (3:16)Code &amp; design your first website (3:16)
Code &amp; design your first website (3:16)
Thinkful
 
Code & Design your first website 4/18
Code & Design your first website 4/18Code & Design your first website 4/18
Code & Design your first website 4/18
TJ Stalcup
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
Seble Nigussie
 
Unit2_2024.pptx are related to PHP HTML CSS
Unit2_2024.pptx are related to PHP HTML CSSUnit2_2024.pptx are related to PHP HTML CSS
Unit2_2024.pptx are related to PHP HTML CSS
abhinandankondekar2
 
HTML and CSS crash course!
HTML and CSS crash course!HTML and CSS crash course!
HTML and CSS crash course!
Ana Cidre
 
uptu web technology unit 2 html
uptu web technology unit 2 htmluptu web technology unit 2 html
uptu web technology unit 2 html
Abhishek Kesharwani
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5Terry Ryan
 
Intro to CSS_APEC CascadingStyleSheets.pptx
Intro to CSS_APEC CascadingStyleSheets.pptxIntro to CSS_APEC CascadingStyleSheets.pptx
Intro to CSS_APEC CascadingStyleSheets.pptx
stephysnscphysio
 

Similar to Pres (20)

Html coding
Html codingHtml coding
Html coding
 
Javascript part 2 DOM.pptx
Javascript part 2 DOM.pptxJavascript part 2 DOM.pptx
Javascript part 2 DOM.pptx
 
Html intro
Html introHtml intro
Html intro
 
Basics of html for web development by software outsourcing company india
Basics of html for web development   by software outsourcing company indiaBasics of html for web development   by software outsourcing company india
Basics of html for web development by software outsourcing company india
 
What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)What is HTML - An Introduction to HTML (Hypertext Markup Language)
What is HTML - An Introduction to HTML (Hypertext Markup Language)
 
Dhtml chapter2
Dhtml chapter2Dhtml chapter2
Dhtml chapter2
 
Web Development Using CSS3
Web Development Using CSS3Web Development Using CSS3
Web Development Using CSS3
 
Web Development Using CSS3
Web Development Using CSS3Web Development Using CSS3
Web Development Using CSS3
 
Hypertext markup language(html)
Hypertext markup language(html)Hypertext markup language(html)
Hypertext markup language(html)
 
Code &amp; design your first website (3:16)
Code &amp; design your first website (3:16)Code &amp; design your first website (3:16)
Code &amp; design your first website (3:16)
 
Beginning html
Beginning  htmlBeginning  html
Beginning html
 
Code & Design your first website 4/18
Code & Design your first website 4/18Code & Design your first website 4/18
Code & Design your first website 4/18
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Pres
PresPres
Pres
 
Unit2_2024.pptx are related to PHP HTML CSS
Unit2_2024.pptx are related to PHP HTML CSSUnit2_2024.pptx are related to PHP HTML CSS
Unit2_2024.pptx are related to PHP HTML CSS
 
Print this
Print thisPrint this
Print this
 
HTML and CSS crash course!
HTML and CSS crash course!HTML and CSS crash course!
HTML and CSS crash course!
 
uptu web technology unit 2 html
uptu web technology unit 2 htmluptu web technology unit 2 html
uptu web technology unit 2 html
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
Intro to CSS_APEC CascadingStyleSheets.pptx
Intro to CSS_APEC CascadingStyleSheets.pptxIntro to CSS_APEC CascadingStyleSheets.pptx
Intro to CSS_APEC CascadingStyleSheets.pptx
 

Recently uploaded

Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
Alex Pruden
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Zilliz
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
Pixlogix Infotech
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 

Recently uploaded (20)

Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 

Pres

Editor's Notes

  1. http://berkeleydecal.com/demo/simple.html
  2. http://berkeleydecal.com/demo/simple.html