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

Document Object Model
Document Object ModelDocument Object Model
Document Object ModelMayur Mudgal
 
JavaScript Basics and Best Practices - CC FE & UX
JavaScript Basics and Best Practices - CC FE & UXJavaScript Basics and Best Practices - CC FE & UX
JavaScript Basics and Best Practices - CC FE & UXJWORKS powered by Ordina
 
Javascript under the hood 2
Javascript under the hood 2Javascript under the hood 2
Javascript under the hood 2Thang Tran Duc
 
Using Performance Insights to Optimize Database Performance (DAT402) - AWS re...
Using Performance Insights to Optimize Database Performance (DAT402) - AWS re...Using Performance Insights to Optimize Database Performance (DAT402) - AWS re...
Using Performance Insights to Optimize Database Performance (DAT402) - AWS re...Amazon Web Services
 
JavaScript: Ajax & DOM Manipulation
JavaScript: Ajax & DOM ManipulationJavaScript: Ajax & DOM Manipulation
JavaScript: Ajax & DOM Manipulationborkweb
 
Java Annotation Processing: A Beginner Walkthrough
Java Annotation Processing: A Beginner WalkthroughJava Annotation Processing: A Beginner Walkthrough
Java Annotation Processing: A Beginner WalkthroughMahfuz Islam Bhuiyan
 
Php Using Arrays
Php Using ArraysPhp Using Arrays
Php Using Arraysmussawir20
 
MongoDB World 2019: The Sights (and Smells) of a Bad Query
MongoDB World 2019: The Sights (and Smells) of a Bad QueryMongoDB World 2019: The Sights (and Smells) of a Bad Query
MongoDB World 2019: The Sights (and Smells) of a Bad QueryMongoDB
 
무엇이든 물어보세요, 지식그래프 : 카카오미니와 검색 적용 소개
무엇이든 물어보세요, 지식그래프 : 카카오미니와 검색 적용 소개무엇이든 물어보세요, 지식그래프 : 카카오미니와 검색 적용 소개
무엇이든 물어보세요, 지식그래프 : 카카오미니와 검색 적용 소개if kakao
 
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | Aurora로 게임 데이터베이스 레벨 업! - 김병수 AWS ...
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | Aurora로 게임 데이터베이스 레벨 업! - 김병수 AWS ...[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | Aurora로 게임 데이터베이스 레벨 업! - 김병수 AWS ...
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | Aurora로 게임 데이터베이스 레벨 업! - 김병수 AWS ...Amazon Web Services Korea
 
HTML 5 Tables and Forms
HTML 5 Tables and FormsHTML 5 Tables and Forms
HTML 5 Tables and FormsDoncho Minkov
 
Clean Code II - Dependency Injection
Clean Code II - Dependency InjectionClean Code II - Dependency Injection
Clean Code II - Dependency InjectionTheo Jungeblut
 
DynamoDB의 안과밖 - 정민영 (비트패킹 컴퍼니)
DynamoDB의 안과밖 - 정민영 (비트패킹 컴퍼니)DynamoDB의 안과밖 - 정민영 (비트패킹 컴퍼니)
DynamoDB의 안과밖 - 정민영 (비트패킹 컴퍼니)AWSKRUG - AWS한국사용자모임
 
HTL(Sightly) - All you need to know
HTL(Sightly) - All you need to knowHTL(Sightly) - All you need to know
HTL(Sightly) - All you need to knowPrabhdeep Singh
 
Introduction to Javascript
Introduction to JavascriptIntroduction to Javascript
Introduction to JavascriptAmit Tyagi
 
Consultas Sparql, SBC, UTPL, ECC
Consultas Sparql, SBC, UTPL, ECCConsultas Sparql, SBC, UTPL, ECC
Consultas Sparql, SBC, UTPL, ECCmariasusanaSD
 

What's hot (20)

Document Object Model
Document Object ModelDocument Object Model
Document Object Model
 
Css tables
Css tablesCss tables
Css tables
 
JavaScript Basics and Best Practices - CC FE & UX
JavaScript Basics and Best Practices - CC FE & UXJavaScript Basics and Best Practices - CC FE & UX
JavaScript Basics and Best Practices - CC FE & UX
 
Javascript under the hood 2
Javascript under the hood 2Javascript under the hood 2
Javascript under the hood 2
 
Using Performance Insights to Optimize Database Performance (DAT402) - AWS re...
Using Performance Insights to Optimize Database Performance (DAT402) - AWS re...Using Performance Insights to Optimize Database Performance (DAT402) - AWS re...
Using Performance Insights to Optimize Database Performance (DAT402) - AWS re...
 
JavaScript: Ajax & DOM Manipulation
JavaScript: Ajax & DOM ManipulationJavaScript: Ajax & DOM Manipulation
JavaScript: Ajax & DOM Manipulation
 
Java Annotation Processing: A Beginner Walkthrough
Java Annotation Processing: A Beginner WalkthroughJava Annotation Processing: A Beginner Walkthrough
Java Annotation Processing: A Beginner Walkthrough
 
Php Using Arrays
Php Using ArraysPhp Using Arrays
Php Using Arrays
 
MongoDB World 2019: The Sights (and Smells) of a Bad Query
MongoDB World 2019: The Sights (and Smells) of a Bad QueryMongoDB World 2019: The Sights (and Smells) of a Bad Query
MongoDB World 2019: The Sights (and Smells) of a Bad Query
 
무엇이든 물어보세요, 지식그래프 : 카카오미니와 검색 적용 소개
무엇이든 물어보세요, 지식그래프 : 카카오미니와 검색 적용 소개무엇이든 물어보세요, 지식그래프 : 카카오미니와 검색 적용 소개
무엇이든 물어보세요, 지식그래프 : 카카오미니와 검색 적용 소개
 
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | Aurora로 게임 데이터베이스 레벨 업! - 김병수 AWS ...
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | Aurora로 게임 데이터베이스 레벨 업! - 김병수 AWS ...[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | Aurora로 게임 데이터베이스 레벨 업! - 김병수 AWS ...
[Games on AWS 2019] AWS 사용자를 위한 만랩 달성 트랙 | Aurora로 게임 데이터베이스 레벨 업! - 김병수 AWS ...
 
HTML 5 Tables and Forms
HTML 5 Tables and FormsHTML 5 Tables and Forms
HTML 5 Tables and Forms
 
Clean Code II - Dependency Injection
Clean Code II - Dependency InjectionClean Code II - Dependency Injection
Clean Code II - Dependency Injection
 
DynamoDB의 안과밖 - 정민영 (비트패킹 컴퍼니)
DynamoDB의 안과밖 - 정민영 (비트패킹 컴퍼니)DynamoDB의 안과밖 - 정민영 (비트패킹 컴퍼니)
DynamoDB의 안과밖 - 정민영 (비트패킹 컴퍼니)
 
HTL(Sightly) - All you need to know
HTL(Sightly) - All you need to knowHTL(Sightly) - All you need to know
HTL(Sightly) - All you need to know
 
Introduction to Javascript
Introduction to JavascriptIntroduction to Javascript
Introduction to Javascript
 
CSS Lists and Tables
CSS Lists and TablesCSS Lists and Tables
CSS Lists and Tables
 
Deep Dive - DynamoDB
Deep Dive - DynamoDBDeep Dive - DynamoDB
Deep Dive - DynamoDB
 
JavaScript Basics
JavaScript BasicsJavaScript Basics
JavaScript Basics
 
Consultas Sparql, SBC, UTPL, ECC
Consultas Sparql, SBC, UTPL, ECCConsultas Sparql, SBC, UTPL, ECC
Consultas Sparql, SBC, UTPL, ECC
 

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

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
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
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
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 

Recently uploaded (20)

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
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
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
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 

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