SlideShare a Scribd company logo
Introduction to CSS Fonts, Texts
and Colors - Lesson 7
Publisher : Attitude Academy
What is
Fonts CSSIn this Topic you will learn about fonts and how they are applied using
CSS. We will also look at how to work around the issue that specific fon
chosen for a website can only be seen if the font is installed on the PC
used to access the website. The following CSS properties will be
described:
• font-family
• font-size
• font-style
• font-variant
• font-weight
• font
FONTS
The Fonts-Family
You can set what font will be displayed in an element with the font-
family property.
There are 2 choices for values:
• family-name
• generic family
If you set a family name it is best to also add the generic family at the
end. As this is a prioritized list. So if the user does not have the specifi
font name it will use the same generic family. (see below)
<div style="Font-family: Arial, veranda;">This font show arial
property</div>
<div style="Font-family: Arial, veranda;">This font show arial
property</div>
Example Here:
Font-family: Arial,verdana;Font-family: Arial,verdana;
The Fonts-Size
You can set the size of the text used in an element by using the font-
size property.
There are a lot of choices for values:
• xx-large
• x-large
• larger
• large
• medium
• % (percent)
If you set a family name it is best to also add the generic family at
the end. As this is a prioritized list. So if the user does not have the
specified font name it will use the same generic family. (see below)
• small
• smaller
• x-small
• xx-small
• length
Font-size: 20px;Font-size: 20px;
Example Here:
FONTS
The Fonts-style
You can set the style of text in a element with the font-style
property
There are three of choices for values:
• normal
• Italic
• oblique
Font-style: Italic;Font-style: Italic;
FONTS
The Fonts-Variant
You can set the variant of text within an element with the font-
variant property
There are two of choices for values:
• normal
• small-caps
Font-Variant: value;Font-Variant: value;
FONTS
The Fonts-Weight
You can control the weight of text in an element with the font-
weight property:
There are a lot of choices for values:
• lighter
• normal
• 100
• 200
• 300
• 400
• 500
• 600
• 700
• 800
• 900
• bold
• bolder
Font-Weight: value;Font-Weight: value;
FONTS
The Text Css
In this Topic you will learn about Text properties and how they are
applied using CSS. We will also look at how to work around the issue
that specific text properties work for a website .The following CSS
properties will be described:
• Text-align
• Text-decoration
• Text-indent
• Text-transform
• Letter-spacing
• White-space
• Word-space
FONTS
The Text-align Css
The following example demonstrates how to align a text.
There are four choices for values:
• Left
• Right
• Center
• Justify
Text-align:left;Text-align:left;
This is text alignment left This is text alignment
right
This is text alignment Center
This is text alignment left This is text alignment
right
This is text alignment Center
FONTS
The Text-decoration Css
You can decorate <a> Tag property or other property using with this c
There are five choices for values:
• None
• underline
• over line
• Line-through
• blink
<a href="#" style="text-decoration:none;">This Css properties
remove underline from text</a>
<a href="#" style="text-decoration:none;">This Css properties
remove underline from text</a>
FONTS
The Text-Indent Css
You can indent the first line of text in an HTML element with the
following:
There are two choices for values:
• Length
• Percentage
Text-indent:value;Text-indent:value;
FONTS
The Text-Transform Css
The following example demonstrates how to set the cases for a text
There are four choices for values:
• None
• capitalize
• Uppercase
• Lowercase
Text-transform:uppercase;Text-transform:uppercase;
FONTS
The Letter-spacing Css
You can adjust the space between letters in the following manner.
Setting the value to 0, prevents the text from justifying. You can use
negative values.
There are two choices for values:
• normal
• length (how many length give by you)
Letter-spacing:5px ;(or other value you can add)Letter-spacing:5px ;(or other value you can add)
These letters are spaced at 5px.These letters are spaced at 5px.
Example Here:
FONTS
The White Space Css
You can control the whitespace in an HTML element with the followin
There are two choices for values:
• Normal
• Pre
• Nowrap
white-space:5px ;(or other value you can add)white-space:5px ;(or other value you can add)
FONTS
The Word-spacing Css
You can adjust the space between words in the following manner. You
can use negative values.
There are two choices for values:
• normal
• length (how many length give by you)
Word-spacing:5px ;(or other value you can add)Word-spacing:5px ;(or other value you can add)
FONTS
The font or text Color Css
The color property describes the foreground color of an element. For
example, imagine that we want all headlines in a document to be dark
red. The headlines are all marked with the HTML element
There are three choices for add text or font color:
• Color name – example :( red, black…)
• hexadecimal number – example:(#ff0000) (Note: # properties use
add font or text color)
• RGB color code – example:(rgb(255, 0, 0), rgb(0, 0, 0))

More Related Content

What's hot

Css
CssCss
Html
HtmlHtml
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
Larry King
 
Web Safe Fonts are Dead Series | Part 1: Web Typography Reincarnated
Web Safe Fonts are Dead Series | Part 1: Web Typography ReincarnatedWeb Safe Fonts are Dead Series | Part 1: Web Typography Reincarnated
Web Safe Fonts are Dead Series | Part 1: Web Typography Reincarnated
Extensis
 
Css lecture notes
Css lecture notesCss lecture notes
Css lecture notes
Santhiya Grace
 
Css Founder.com | Cssfounder org
Css Founder.com | Cssfounder orgCss Founder.com | Cssfounder org
Css Founder.com | Cssfounder org
Css Founder
 
Intro to SASS CSS
Intro to SASS CSSIntro to SASS CSS
Intro to SASS CSS
Kianosh Pourian
 
Css Complete Notes
Css Complete NotesCss Complete Notes
Css Complete Notes
EPAM Systems
 
4. Web Technology CSS Basics-1
4. Web Technology CSS Basics-14. Web Technology CSS Basics-1
4. Web Technology CSS Basics-1
Jyoti Yadav
 
Cascading Style Sheets(CSS)
Cascading Style Sheets(CSS)Cascading Style Sheets(CSS)
Cascading Style Sheets(CSS)
Reshmi Rajan
 
Cascading style sheets - CSS
Cascading style sheets - CSSCascading style sheets - CSS
Cascading style sheets - CSS
iFour Institute - Sustainable Learning
 
Extensis Web Typography Workshop | WebVisions Portland
Extensis Web Typography Workshop | WebVisions PortlandExtensis Web Typography Workshop | WebVisions Portland
Extensis Web Typography Workshop | WebVisions Portland
Extensis
 
2 introduction css
2 introduction css2 introduction css
2 introduction css
Jalpesh Vasa
 
Css
CssCss
Cascading Style Sheets (CSS) help
Cascading Style Sheets (CSS) helpCascading Style Sheets (CSS) help
Cascading Style Sheets (CSS) help
casestudyhelp
 
Css
CssCss
Basic css
Basic cssBasic css
Basic css
Gopinath Ambothi
 
Complete Lecture on Css presentation
Complete Lecture on Css presentation Complete Lecture on Css presentation
Complete Lecture on Css presentation
Salman Memon
 
CSS introduction
CSS introductionCSS introduction
CSS introduction
CloudTech 
 
Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)
Chris Poteet
 

What's hot (20)

Css
CssCss
Css
 
Html
HtmlHtml
Html
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 
Web Safe Fonts are Dead Series | Part 1: Web Typography Reincarnated
Web Safe Fonts are Dead Series | Part 1: Web Typography ReincarnatedWeb Safe Fonts are Dead Series | Part 1: Web Typography Reincarnated
Web Safe Fonts are Dead Series | Part 1: Web Typography Reincarnated
 
Css lecture notes
Css lecture notesCss lecture notes
Css lecture notes
 
Css Founder.com | Cssfounder org
Css Founder.com | Cssfounder orgCss Founder.com | Cssfounder org
Css Founder.com | Cssfounder org
 
Intro to SASS CSS
Intro to SASS CSSIntro to SASS CSS
Intro to SASS CSS
 
Css Complete Notes
Css Complete NotesCss Complete Notes
Css Complete Notes
 
4. Web Technology CSS Basics-1
4. Web Technology CSS Basics-14. Web Technology CSS Basics-1
4. Web Technology CSS Basics-1
 
Cascading Style Sheets(CSS)
Cascading Style Sheets(CSS)Cascading Style Sheets(CSS)
Cascading Style Sheets(CSS)
 
Cascading style sheets - CSS
Cascading style sheets - CSSCascading style sheets - CSS
Cascading style sheets - CSS
 
Extensis Web Typography Workshop | WebVisions Portland
Extensis Web Typography Workshop | WebVisions PortlandExtensis Web Typography Workshop | WebVisions Portland
Extensis Web Typography Workshop | WebVisions Portland
 
2 introduction css
2 introduction css2 introduction css
2 introduction css
 
Css
CssCss
Css
 
Cascading Style Sheets (CSS) help
Cascading Style Sheets (CSS) helpCascading Style Sheets (CSS) help
Cascading Style Sheets (CSS) help
 
Css
CssCss
Css
 
Basic css
Basic cssBasic css
Basic css
 
Complete Lecture on Css presentation
Complete Lecture on Css presentation Complete Lecture on Css presentation
Complete Lecture on Css presentation
 
CSS introduction
CSS introductionCSS introduction
CSS introduction
 
Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)
 

Similar to Introduction to CSS Fonts, Texts and Colors - Lesson 7

CSS - Text Properties
CSS - Text PropertiesCSS - Text Properties
CSS - Text Properties
hstryk
 
Chapter 12: CSS Part 2
Chapter 12: CSS Part 2Chapter 12: CSS Part 2
Chapter 12: CSS Part 2
Steve Guinan
 
CSS tutorial chapter 2
CSS tutorial chapter 2CSS tutorial chapter 2
CSS tutorial chapter 2
jeweltutin
 
CSS Topic wise Short notes ppt by Navya.E
CSS Topic wise Short notes ppt by Navya.ECSS Topic wise Short notes ppt by Navya.E
CSS Topic wise Short notes ppt by Navya.E
NavyaEnugala
 
Css1 properties
Css1 propertiesCss1 properties
Css1 properties
MP Bhoj University
 
Week11 Lecture: CSS
Week11 Lecture: CSSWeek11 Lecture: CSS
CSS
CSSCSS
Introducing Cascading Style Sheets
Introducing Cascading Style SheetsIntroducing Cascading Style Sheets
Introducing Cascading Style Sheets
Bravocash
 
Css
CssCss
CSS.pptx
CSS.pptxCSS.pptx
Web Engineering - Introduction to CSS
Web Engineering - Introduction to CSSWeb Engineering - Introduction to CSS
Web Engineering - Introduction to CSS
Nosheen Qamar
 
Intro to html, css & sass
Intro to html, css & sassIntro to html, css & sass
Intro to html, css & sass
Sean Wolfe
 
Web technologies-course 03.pptx
Web technologies-course 03.pptxWeb technologies-course 03.pptx
Web technologies-course 03.pptx
Stefan Oprea
 
Css present
Css presentCss present
Css present
MissaGiles
 
Omeka css
Omeka cssOmeka css
Fonts
FontsFonts
Ppt ch05
Ppt ch05Ppt ch05
Ppt ch05
niruttisai
 
Ppt ch05
Ppt ch05Ppt ch05
Ppt ch05
1geassking
 
9781111528705_PPT_ch05.ppt
9781111528705_PPT_ch05.ppt9781111528705_PPT_ch05.ppt
9781111528705_PPT_ch05.ppt
SimonChirambira
 
Journey To The Front End World - Part2 - The Cosmetic
Journey To The Front End World - Part2 - The  CosmeticJourney To The Front End World - Part2 - The  Cosmetic
Journey To The Front End World - Part2 - The Cosmetic
Irfan Maulana
 

Similar to Introduction to CSS Fonts, Texts and Colors - Lesson 7 (20)

CSS - Text Properties
CSS - Text PropertiesCSS - Text Properties
CSS - Text Properties
 
Chapter 12: CSS Part 2
Chapter 12: CSS Part 2Chapter 12: CSS Part 2
Chapter 12: CSS Part 2
 
CSS tutorial chapter 2
CSS tutorial chapter 2CSS tutorial chapter 2
CSS tutorial chapter 2
 
CSS Topic wise Short notes ppt by Navya.E
CSS Topic wise Short notes ppt by Navya.ECSS Topic wise Short notes ppt by Navya.E
CSS Topic wise Short notes ppt by Navya.E
 
Css1 properties
Css1 propertiesCss1 properties
Css1 properties
 
Week11 Lecture: CSS
Week11 Lecture: CSSWeek11 Lecture: CSS
Week11 Lecture: CSS
 
CSS
CSSCSS
CSS
 
Introducing Cascading Style Sheets
Introducing Cascading Style SheetsIntroducing Cascading Style Sheets
Introducing Cascading Style Sheets
 
Css
CssCss
Css
 
CSS.pptx
CSS.pptxCSS.pptx
CSS.pptx
 
Web Engineering - Introduction to CSS
Web Engineering - Introduction to CSSWeb Engineering - Introduction to CSS
Web Engineering - Introduction to CSS
 
Intro to html, css & sass
Intro to html, css & sassIntro to html, css & sass
Intro to html, css & sass
 
Web technologies-course 03.pptx
Web technologies-course 03.pptxWeb technologies-course 03.pptx
Web technologies-course 03.pptx
 
Css present
Css presentCss present
Css present
 
Omeka css
Omeka cssOmeka css
Omeka css
 
Fonts
FontsFonts
Fonts
 
Ppt ch05
Ppt ch05Ppt ch05
Ppt ch05
 
Ppt ch05
Ppt ch05Ppt ch05
Ppt ch05
 
9781111528705_PPT_ch05.ppt
9781111528705_PPT_ch05.ppt9781111528705_PPT_ch05.ppt
9781111528705_PPT_ch05.ppt
 
Journey To The Front End World - Part2 - The Cosmetic
Journey To The Front End World - Part2 - The  CosmeticJourney To The Front End World - Part2 - The  Cosmetic
Journey To The Front End World - Part2 - The Cosmetic
 

Recently uploaded

Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.
IsmaelVazquez38
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Denish Jangid
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
PsychoTech Services
 
Standardized tool for Intelligence test.
Standardized tool for Intelligence test.Standardized tool for Intelligence test.
Standardized tool for Intelligence test.
deepaannamalai16
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
danielkiash986
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
سمير بسيوني
 
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
National Information Standards Organization (NISO)
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
Iris Thiele Isip-Tan
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
Mohammad Al-Dhahabi
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
Himanshu Rai
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
Jyoti Chand
 
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.pptLevel 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Henry Hollis
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
RamseyBerglund
 
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
indexPub
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
melliereed
 
How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17
Celine George
 
MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025
khuleseema60
 
Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10
nitinpv4ai
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
imrankhan141184
 

Recently uploaded (20)

Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
 
Standardized tool for Intelligence test.
Standardized tool for Intelligence test.Standardized tool for Intelligence test.
Standardized tool for Intelligence test.
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
 
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
 
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.pptLevel 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
 
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
 
How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17
 
MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025
 
Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
 

Introduction to CSS Fonts, Texts and Colors - Lesson 7

  • 1. Introduction to CSS Fonts, Texts and Colors - Lesson 7 Publisher : Attitude Academy
  • 2. What is Fonts CSSIn this Topic you will learn about fonts and how they are applied using CSS. We will also look at how to work around the issue that specific fon chosen for a website can only be seen if the font is installed on the PC used to access the website. The following CSS properties will be described: • font-family • font-size • font-style • font-variant • font-weight • font
  • 3. FONTS The Fonts-Family You can set what font will be displayed in an element with the font- family property. There are 2 choices for values: • family-name • generic family If you set a family name it is best to also add the generic family at the end. As this is a prioritized list. So if the user does not have the specifi font name it will use the same generic family. (see below)
  • 4. <div style="Font-family: Arial, veranda;">This font show arial property</div> <div style="Font-family: Arial, veranda;">This font show arial property</div> Example Here: Font-family: Arial,verdana;Font-family: Arial,verdana;
  • 5. The Fonts-Size You can set the size of the text used in an element by using the font- size property. There are a lot of choices for values: • xx-large • x-large • larger • large • medium • % (percent) If you set a family name it is best to also add the generic family at the end. As this is a prioritized list. So if the user does not have the specified font name it will use the same generic family. (see below) • small • smaller • x-small • xx-small • length Font-size: 20px;Font-size: 20px; Example Here:
  • 6. FONTS The Fonts-style You can set the style of text in a element with the font-style property There are three of choices for values: • normal • Italic • oblique Font-style: Italic;Font-style: Italic;
  • 7. FONTS The Fonts-Variant You can set the variant of text within an element with the font- variant property There are two of choices for values: • normal • small-caps Font-Variant: value;Font-Variant: value;
  • 8. FONTS The Fonts-Weight You can control the weight of text in an element with the font- weight property: There are a lot of choices for values: • lighter • normal • 100 • 200 • 300 • 400 • 500 • 600 • 700 • 800 • 900 • bold • bolder Font-Weight: value;Font-Weight: value;
  • 9. FONTS The Text Css In this Topic you will learn about Text properties and how they are applied using CSS. We will also look at how to work around the issue that specific text properties work for a website .The following CSS properties will be described: • Text-align • Text-decoration • Text-indent • Text-transform • Letter-spacing • White-space • Word-space
  • 10. FONTS The Text-align Css The following example demonstrates how to align a text. There are four choices for values: • Left • Right • Center • Justify Text-align:left;Text-align:left; This is text alignment left This is text alignment right This is text alignment Center This is text alignment left This is text alignment right This is text alignment Center
  • 11. FONTS The Text-decoration Css You can decorate <a> Tag property or other property using with this c There are five choices for values: • None • underline • over line • Line-through • blink <a href="#" style="text-decoration:none;">This Css properties remove underline from text</a> <a href="#" style="text-decoration:none;">This Css properties remove underline from text</a>
  • 12. FONTS The Text-Indent Css You can indent the first line of text in an HTML element with the following: There are two choices for values: • Length • Percentage Text-indent:value;Text-indent:value;
  • 13. FONTS The Text-Transform Css The following example demonstrates how to set the cases for a text There are four choices for values: • None • capitalize • Uppercase • Lowercase Text-transform:uppercase;Text-transform:uppercase;
  • 14. FONTS The Letter-spacing Css You can adjust the space between letters in the following manner. Setting the value to 0, prevents the text from justifying. You can use negative values. There are two choices for values: • normal • length (how many length give by you) Letter-spacing:5px ;(or other value you can add)Letter-spacing:5px ;(or other value you can add) These letters are spaced at 5px.These letters are spaced at 5px. Example Here:
  • 15. FONTS The White Space Css You can control the whitespace in an HTML element with the followin There are two choices for values: • Normal • Pre • Nowrap white-space:5px ;(or other value you can add)white-space:5px ;(or other value you can add)
  • 16. FONTS The Word-spacing Css You can adjust the space between words in the following manner. You can use negative values. There are two choices for values: • normal • length (how many length give by you) Word-spacing:5px ;(or other value you can add)Word-spacing:5px ;(or other value you can add)
  • 17. FONTS The font or text Color Css The color property describes the foreground color of an element. For example, imagine that we want all headlines in a document to be dark red. The headlines are all marked with the HTML element There are three choices for add text or font color: • Color name – example :( red, black…) • hexadecimal number – example:(#ff0000) (Note: # properties use add font or text color) • RGB color code – example:(rgb(255, 0, 0), rgb(0, 0, 0))