SlideShare a Scribd company logo
1 of 26
Download to read offline
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

HTML Elements and
CSS Declarations
An Introduction

Bruce Clary, McPherson College, McPherson, Kansas
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

HTML
HyperText Markup Language
The code or rules that browsers read that define the
structure Web pages
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

Purpose of HTML
Define the structure of the Web page and its content
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The HTML Element
<div class=“branding”>
<h1>Branding text.</h1>
</div>
<img src=“pic.jpg” alt=“ ” />
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The HTML Element
Opening Tag

<div class=“branding”>
<h1>Branding text.</h1>
</div>
<img src=“pic.jpg” alt=“ ” />
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The HTML Element
Opening Tag

Attribute

<div class=“branding”>
<h1>Branding text.</h1>
</div>
<img src=“pic.jpg” alt=“ ” />
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The HTML Element
Opening Tag

Attribute

Value

<div class=“branding”>
<h1>Branding text.</h1>
</div>
<img src=“pic.jpg” alt=“ ” />
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The HTML Element
Opening Tag

Attribute

Value

<div class=“branding”>
<h1>Branding text.</h1>
</div>

End Tag

<img src=“pic.jpg” alt=“ ” />
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The HTML Element
Opening Tag

Attribute

Value

<div class=“branding”>

Nonreplaceable Element

<h1>Branding text.</h1>
</div>

End Tag

<img src=“pic.jpg” alt=“ ” />
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The HTML Element
Opening Tag

Attribute

Value

<div class=“branding”>

Nonreplaceable Element

<h1>Branding text.</h1>
</div>

End Tag

<img src=“pic.jpg” alt=“ ” />
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The HTML Element
Opening Tag

Attribute

Value

<div class=“branding”>

Nonreplaceable Element

<h1>Branding text.</h1>
</div>

End Tag

<img src=“pic.jpg” alt=“ ” />
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The HTML Element
Opening Tag

Attribute

Value

<div class=“branding”>

Nonreplaceable Element

<h1>Branding text.</h1>
</div>

End Tag

<img src=“pic.jpg” alt=“ ” />
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The HTML Element
Opening Tag

Attribute

Value

<div class=“branding”>
<h1>Branding text.</h1>
</div>

End Tag

Nonreplaceable Element
Replaceable Element

<img src=“pic.jpg” alt=“ ” />
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

CSS
Cascading Stylesheets
The code or rules that browsers read to render and
display Web pages
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

Purpose of CSS
Control the appearance or presentation of Web
pages
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The CSS Declaration

h1 { font-size: 2em; color: #66666; }
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The CSS Declaration
Selector

h1 { font-size: 2em; color: #66666; }
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The CSS Declaration
Selector

h1 { font-size: 2em; color: #66666; }
Property

Property
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The CSS Declaration
Selector

h1 { font-size: 2em; color: #66666; }
Property

Value

Property

Value
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The CSS Declaration
Selector

Declaration

Declaration

h1 { font-size: 2em; color: #66666; }
Property

Value

Property

Value
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The CSS Declaration
Declaration block
Selector

Declaration

Declaration

h1 { font-size: 2em; color: #66666; }
Property

Value

Property

Value
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

The CSS Declaration
Declaration block
Selector

Declaration

Declaration

h1 { font-size: 2em; color: #66666; }
Property

Rule

Value

Property

Value
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

Advantages of HTML and CSS
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

Advantages of HTML and CSS

•

Separates structure and content from
presentation
CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION

Advantages of HTML and CSS

•

Separates structure and content from
presentation

•

Simplifies and speeds revisions and redesign
HTML & CSS Elements Explained

More Related Content

What's hot

Intro to HTML & CSS
Intro to HTML & CSSIntro to HTML & CSS
Intro to HTML & CSSSyed Sami
 
HTML/CSS Crash Course (april 4 2017)
HTML/CSS Crash Course (april 4 2017)HTML/CSS Crash Course (april 4 2017)
HTML/CSS Crash Course (april 4 2017)Daniel Friedman
 
HTML and CSS crash course!
HTML and CSS crash course!HTML and CSS crash course!
HTML and CSS crash course!Ana Cidre
 
Javascript - Tutorial
Javascript - TutorialJavascript - Tutorial
Javascript - Tutorialadelaticleanu
 
An Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java ScriptAn Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java ScriptFahim Abdullah
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTMLAjay Khatri
 
Bootstrap Part - 1
Bootstrap Part - 1Bootstrap Part - 1
Bootstrap Part - 1EPAM Systems
 
Intro to HTML and CSS basics
Intro to HTML and CSS basicsIntro to HTML and CSS basics
Intro to HTML and CSS basicsEliran Eliassy
 
WEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentWEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentRandy Connolly
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSSAmit Tyagi
 
Html images syntax
Html images syntaxHtml images syntax
Html images syntaxJayjZens
 
Html / CSS Presentation
Html / CSS PresentationHtml / CSS Presentation
Html / CSS PresentationShawn Calvert
 

What's hot (20)

Intro to HTML & CSS
Intro to HTML & CSSIntro to HTML & CSS
Intro to HTML & CSS
 
Html
HtmlHtml
Html
 
HTML/CSS Crash Course (april 4 2017)
HTML/CSS Crash Course (april 4 2017)HTML/CSS Crash Course (april 4 2017)
HTML/CSS Crash Course (april 4 2017)
 
HTML and CSS crash course!
HTML and CSS crash course!HTML and CSS crash course!
HTML and CSS crash course!
 
Javascript - Tutorial
Javascript - TutorialJavascript - Tutorial
Javascript - Tutorial
 
Css Basics
Css BasicsCss Basics
Css Basics
 
An Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java ScriptAn Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java Script
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
HTML5 & CSS3
HTML5 & CSS3 HTML5 & CSS3
HTML5 & CSS3
 
Bootstrap Part - 1
Bootstrap Part - 1Bootstrap Part - 1
Bootstrap Part - 1
 
HTML & CSS
HTML & CSSHTML & CSS
HTML & CSS
 
Intro to HTML and CSS basics
Intro to HTML and CSS basicsIntro to HTML and CSS basics
Intro to HTML and CSS basics
 
HTML CSS Basics
HTML CSS BasicsHTML CSS Basics
HTML CSS Basics
 
WEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentWEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web Development
 
Html & CSS
Html & CSSHtml & CSS
Html & CSS
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
 
Html images syntax
Html images syntaxHtml images syntax
Html images syntax
 
Html / CSS Presentation
Html / CSS PresentationHtml / CSS Presentation
Html / CSS Presentation
 
Html Basic Tags
Html Basic TagsHtml Basic Tags
Html Basic Tags
 

Similar to HTML & CSS Elements Explained

13 technologies all dynamics crm developers must know
13 technologies all dynamics crm developers must know13 technologies all dynamics crm developers must know
13 technologies all dynamics crm developers must knowSanjaya Prakash Pradhan
 
The Web Design Process: A Case Study
The Web Design Process: A Case StudyThe Web Design Process: A Case Study
The Web Design Process: A Case StudyBruce Clary
 
Web Technology and Terminology
Web Technology and TerminologyWeb Technology and Terminology
Web Technology and TerminologyBruce Clary
 
10 Basic SEO Techniques Website Designers & Developers Should Know
10 Basic SEO Techniques Website Designers & Developers Should Know10 Basic SEO Techniques Website Designers & Developers Should Know
10 Basic SEO Techniques Website Designers & Developers Should KnowDaniel Bianchini
 
White Hat SEO Techniques (3)
White Hat SEO Techniques (3)White Hat SEO Techniques (3)
White Hat SEO Techniques (3)Derek Schmidt
 
SEO Tips for Website Developers & Designers
SEO Tips for Website Developers & DesignersSEO Tips for Website Developers & Designers
SEO Tips for Website Developers & DesignersOxonDigital
 
A brave new web - A talk about Web Components
A brave new web - A talk about Web ComponentsA brave new web - A talk about Web Components
A brave new web - A talk about Web ComponentsMichiel De Mey
 
The Challenges of Web Design
The Challenges of Web DesignThe Challenges of Web Design
The Challenges of Web DesignBruce Clary
 
A basic guide to SEO
A basic guide to SEOA basic guide to SEO
A basic guide to SEOKaren White
 
Best digital marketing company in pune
Best digital marketing company in puneBest digital marketing company in pune
Best digital marketing company in punedigitechsolutions
 
Www snapdeal com-report
Www snapdeal com-reportWww snapdeal com-report
Www snapdeal com-reportMahipSingh13
 
Conquering Code with hjc
Conquering Code with hjcConquering Code with hjc
Conquering Code with hjchjc
 
artical digital marketing.pdf
artical digital marketing.pdfartical digital marketing.pdf
artical digital marketing.pdfJagritiPatil1
 
artical digital marketing.pdf
artical digital marketing.pdfartical digital marketing.pdf
artical digital marketing.pdfJagritiPatil1
 
Web development Training in Ambala ! Batra Computer Centre
Web development Training in Ambala ! Batra Computer CentreWeb development Training in Ambala ! Batra Computer Centre
Web development Training in Ambala ! Batra Computer Centrejatin batra
 
Website Optimization How to Increase Page Performance and More
Website Optimization How to Increase Page Performance and More Website Optimization How to Increase Page Performance and More
Website Optimization How to Increase Page Performance and More Boundify
 
Smu bca sem 5 winter 2015 assignments
Smu bca sem 5 winter 2015 assignmentsSmu bca sem 5 winter 2015 assignments
Smu bca sem 5 winter 2015 assignmentssolved_assignments
 

Similar to HTML & CSS Elements Explained (20)

13 technologies all dynamics crm developers must know
13 technologies all dynamics crm developers must know13 technologies all dynamics crm developers must know
13 technologies all dynamics crm developers must know
 
The Web Design Process: A Case Study
The Web Design Process: A Case StudyThe Web Design Process: A Case Study
The Web Design Process: A Case Study
 
Web Technology and Terminology
Web Technology and TerminologyWeb Technology and Terminology
Web Technology and Terminology
 
10 Basic SEO Techniques Website Designers & Developers Should Know
10 Basic SEO Techniques Website Designers & Developers Should Know10 Basic SEO Techniques Website Designers & Developers Should Know
10 Basic SEO Techniques Website Designers & Developers Should Know
 
White Hat SEO Techniques (3)
White Hat SEO Techniques (3)White Hat SEO Techniques (3)
White Hat SEO Techniques (3)
 
SEO Tips for Website Developers & Designers
SEO Tips for Website Developers & DesignersSEO Tips for Website Developers & Designers
SEO Tips for Website Developers & Designers
 
A brave new web - A talk about Web Components
A brave new web - A talk about Web ComponentsA brave new web - A talk about Web Components
A brave new web - A talk about Web Components
 
The Challenges of Web Design
The Challenges of Web DesignThe Challenges of Web Design
The Challenges of Web Design
 
A basic guide to SEO
A basic guide to SEOA basic guide to SEO
A basic guide to SEO
 
Best digital marketing company in pune
Best digital marketing company in puneBest digital marketing company in pune
Best digital marketing company in pune
 
The World of Dynamic Sites
The World of Dynamic SitesThe World of Dynamic Sites
The World of Dynamic Sites
 
Www snapdeal com-report
Www snapdeal com-reportWww snapdeal com-report
Www snapdeal com-report
 
Conquering Code with hjc
Conquering Code with hjcConquering Code with hjc
Conquering Code with hjc
 
Web components
Web componentsWeb components
Web components
 
artical digital marketing.pdf
artical digital marketing.pdfartical digital marketing.pdf
artical digital marketing.pdf
 
artical digital marketing.pdf
artical digital marketing.pdfartical digital marketing.pdf
artical digital marketing.pdf
 
Web development Training in Ambala ! Batra Computer Centre
Web development Training in Ambala ! Batra Computer CentreWeb development Training in Ambala ! Batra Computer Centre
Web development Training in Ambala ! Batra Computer Centre
 
TopicHero Descriptions Tutorial
TopicHero Descriptions TutorialTopicHero Descriptions Tutorial
TopicHero Descriptions Tutorial
 
Website Optimization How to Increase Page Performance and More
Website Optimization How to Increase Page Performance and More Website Optimization How to Increase Page Performance and More
Website Optimization How to Increase Page Performance and More
 
Smu bca sem 5 winter 2015 assignments
Smu bca sem 5 winter 2015 assignmentsSmu bca sem 5 winter 2015 assignments
Smu bca sem 5 winter 2015 assignments
 

More from Bruce Clary

Athletic Orientation-2015
Athletic Orientation-2015Athletic Orientation-2015
Athletic Orientation-2015Bruce Clary
 
The Design Consultation
The Design ConsultationThe Design Consultation
The Design ConsultationBruce Clary
 
Writing the Self-Study Report
Writing the Self-Study ReportWriting the Self-Study Report
Writing the Self-Study ReportBruce Clary
 
Understanding the English Sentence: Lesson 1
Understanding the English Sentence: Lesson 1Understanding the English Sentence: Lesson 1
Understanding the English Sentence: Lesson 1Bruce Clary
 
The Pierless Bridge: Emily Dickinson's Poems of Faith and Doubt
The Pierless Bridge: Emily Dickinson's Poems of Faith and DoubtThe Pierless Bridge: Emily Dickinson's Poems of Faith and Doubt
The Pierless Bridge: Emily Dickinson's Poems of Faith and DoubtBruce Clary
 
"You didn't build that": Copyright, Fair Use, and the Creative Commons Movement
"You didn't build that": Copyright, Fair Use, and the Creative Commons Movement"You didn't build that": Copyright, Fair Use, and the Creative Commons Movement
"You didn't build that": Copyright, Fair Use, and the Creative Commons MovementBruce Clary
 
African Americans in the Civil War
African Americans in the Civil WarAfrican Americans in the Civil War
African Americans in the Civil WarBruce Clary
 
The Civil War in the Age of Civil Rights
The Civil War in the Age of Civil RightsThe Civil War in the Age of Civil Rights
The Civil War in the Age of Civil RightsBruce Clary
 
Gone with the Wind: High Water Mark of the Lost Cause
Gone with the Wind: High Water Mark of the Lost CauseGone with the Wind: High Water Mark of the Lost Cause
Gone with the Wind: High Water Mark of the Lost CauseBruce Clary
 
Journey to Gettysburg
Journey to GettysburgJourney to Gettysburg
Journey to GettysburgBruce Clary
 
Four Major Interpretive Tradition of the American Civil War
Four Major Interpretive Tradition of the American Civil WarFour Major Interpretive Tradition of the American Civil War
Four Major Interpretive Tradition of the American Civil WarBruce Clary
 
Still Fighting the Civil War
Still Fighting the Civil WarStill Fighting the Civil War
Still Fighting the Civil WarBruce Clary
 
Student Use of Multimedia: What You Need to Know
Student Use of Multimedia: What You Need to KnowStudent Use of Multimedia: What You Need to Know
Student Use of Multimedia: What You Need to KnowBruce Clary
 
Puritan Essentials
Puritan EssentialsPuritan Essentials
Puritan EssentialsBruce Clary
 
Elements of Journalism, Chap 1
Elements of Journalism, Chap 1Elements of Journalism, Chap 1
Elements of Journalism, Chap 1Bruce Clary
 

More from Bruce Clary (20)

Athletic Orientation-2015
Athletic Orientation-2015Athletic Orientation-2015
Athletic Orientation-2015
 
WPD Training
WPD TrainingWPD Training
WPD Training
 
The Design Consultation
The Design ConsultationThe Design Consultation
The Design Consultation
 
Writing the Self-Study Report
Writing the Self-Study ReportWriting the Self-Study Report
Writing the Self-Study Report
 
Understanding the English Sentence: Lesson 1
Understanding the English Sentence: Lesson 1Understanding the English Sentence: Lesson 1
Understanding the English Sentence: Lesson 1
 
The Pierless Bridge: Emily Dickinson's Poems of Faith and Doubt
The Pierless Bridge: Emily Dickinson's Poems of Faith and DoubtThe Pierless Bridge: Emily Dickinson's Poems of Faith and Doubt
The Pierless Bridge: Emily Dickinson's Poems of Faith and Doubt
 
"You didn't build that": Copyright, Fair Use, and the Creative Commons Movement
"You didn't build that": Copyright, Fair Use, and the Creative Commons Movement"You didn't build that": Copyright, Fair Use, and the Creative Commons Movement
"You didn't build that": Copyright, Fair Use, and the Creative Commons Movement
 
African Americans in the Civil War
African Americans in the Civil WarAfrican Americans in the Civil War
African Americans in the Civil War
 
The Civil War in the Age of Civil Rights
The Civil War in the Age of Civil RightsThe Civil War in the Age of Civil Rights
The Civil War in the Age of Civil Rights
 
Gone with the Wind: High Water Mark of the Lost Cause
Gone with the Wind: High Water Mark of the Lost CauseGone with the Wind: High Water Mark of the Lost Cause
Gone with the Wind: High Water Mark of the Lost Cause
 
Southern Honor
Southern HonorSouthern Honor
Southern Honor
 
Journey to Gettysburg
Journey to GettysburgJourney to Gettysburg
Journey to Gettysburg
 
Four Major Interpretive Tradition of the American Civil War
Four Major Interpretive Tradition of the American Civil WarFour Major Interpretive Tradition of the American Civil War
Four Major Interpretive Tradition of the American Civil War
 
Still Fighting the Civil War
Still Fighting the Civil WarStill Fighting the Civil War
Still Fighting the Civil War
 
Student Use of Multimedia: What You Need to Know
Student Use of Multimedia: What You Need to KnowStudent Use of Multimedia: What You Need to Know
Student Use of Multimedia: What You Need to Know
 
Editing stills
Editing stillsEditing stills
Editing stills
 
Presentation1
Presentation1Presentation1
Presentation1
 
Ex3
Ex3Ex3
Ex3
 
Puritan Essentials
Puritan EssentialsPuritan Essentials
Puritan Essentials
 
Elements of Journalism, Chap 1
Elements of Journalism, Chap 1Elements of Journalism, Chap 1
Elements of Journalism, Chap 1
 

Recently uploaded

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 

Recently uploaded (20)

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 

HTML & CSS Elements Explained

  • 1. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION HTML Elements and CSS Declarations An Introduction Bruce Clary, McPherson College, McPherson, Kansas
  • 2. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION HTML HyperText Markup Language The code or rules that browsers read that define the structure Web pages
  • 3. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION Purpose of HTML Define the structure of the Web page and its content
  • 4. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The HTML Element <div class=“branding”> <h1>Branding text.</h1> </div> <img src=“pic.jpg” alt=“ ” />
  • 5. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The HTML Element Opening Tag <div class=“branding”> <h1>Branding text.</h1> </div> <img src=“pic.jpg” alt=“ ” />
  • 6. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The HTML Element Opening Tag Attribute <div class=“branding”> <h1>Branding text.</h1> </div> <img src=“pic.jpg” alt=“ ” />
  • 7. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The HTML Element Opening Tag Attribute Value <div class=“branding”> <h1>Branding text.</h1> </div> <img src=“pic.jpg” alt=“ ” />
  • 8. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The HTML Element Opening Tag Attribute Value <div class=“branding”> <h1>Branding text.</h1> </div> End Tag <img src=“pic.jpg” alt=“ ” />
  • 9. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The HTML Element Opening Tag Attribute Value <div class=“branding”> Nonreplaceable Element <h1>Branding text.</h1> </div> End Tag <img src=“pic.jpg” alt=“ ” />
  • 10. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The HTML Element Opening Tag Attribute Value <div class=“branding”> Nonreplaceable Element <h1>Branding text.</h1> </div> End Tag <img src=“pic.jpg” alt=“ ” />
  • 11. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The HTML Element Opening Tag Attribute Value <div class=“branding”> Nonreplaceable Element <h1>Branding text.</h1> </div> End Tag <img src=“pic.jpg” alt=“ ” />
  • 12. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The HTML Element Opening Tag Attribute Value <div class=“branding”> Nonreplaceable Element <h1>Branding text.</h1> </div> End Tag <img src=“pic.jpg” alt=“ ” />
  • 13. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The HTML Element Opening Tag Attribute Value <div class=“branding”> <h1>Branding text.</h1> </div> End Tag Nonreplaceable Element Replaceable Element <img src=“pic.jpg” alt=“ ” />
  • 14. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION CSS Cascading Stylesheets The code or rules that browsers read to render and display Web pages
  • 15. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION Purpose of CSS Control the appearance or presentation of Web pages
  • 16. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The CSS Declaration h1 { font-size: 2em; color: #66666; }
  • 17. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The CSS Declaration Selector h1 { font-size: 2em; color: #66666; }
  • 18. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The CSS Declaration Selector h1 { font-size: 2em; color: #66666; } Property Property
  • 19. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The CSS Declaration Selector h1 { font-size: 2em; color: #66666; } Property Value Property Value
  • 20. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The CSS Declaration Selector Declaration Declaration h1 { font-size: 2em; color: #66666; } Property Value Property Value
  • 21. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The CSS Declaration Declaration block Selector Declaration Declaration h1 { font-size: 2em; color: #66666; } Property Value Property Value
  • 22. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION The CSS Declaration Declaration block Selector Declaration Declaration h1 { font-size: 2em; color: #66666; } Property Rule Value Property Value
  • 23. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION Advantages of HTML and CSS
  • 24. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION Advantages of HTML and CSS • Separates structure and content from presentation
  • 25. CM350 WEB DESIGN FOR EFFECTIVE COMMUNICATION Advantages of HTML and CSS • Separates structure and content from presentation • Simplifies and speeds revisions and redesign