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

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
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
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
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
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
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 

Recently uploaded (20)

TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
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
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
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
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
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
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 

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