SlideShare uma empresa Scribd logo
1 de 26
Formatting Text ,[object Object]
Font Properties ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Font Properties Font-Family ,[object Object],[object Object],[object Object]
Font Properties Core Fonts Sans Serif Arial ,  Arial Black ,  Trebuchet ,  Verdana Serif Georgia ,  Times New Roman Monospace Courier New ,  Andale Mono Cursive Apple Chancery ,  Comic Sans ,  Snell Fantasy Impact ,  Stencil
[object Object],[object Object],Font Properties Font-size
Font Properties Font-size ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Absolute Units Relative Units
Font Properties Font-size ,[object Object],[object Object],[object Object]
Font Properties Font-size ,[object Object],[object Object],[object Object],[object Object],Keywords ,[object Object],[object Object],[object Object]
Font Properties Font-size ,[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],Font Properties Font-weight
[object Object],[object Object],[object Object],Font Properties Font-weight
[object Object],[object Object],[object Object],Font Properties Font-style
[object Object],[object Object],[object Object],Font Properties Font-variant
Font Properties Single rule ,[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],Font Properties Font-color
Font Properties Descendant, Child and Sibling Selectors Example What it does li em { color: olive;} Selects only <em> tags when they are included in <li> p > em {color: olive;} Selects only <em> tags when their parent is a <p> called a &quot;child selector&quot; h1 + p Targets only <p> tags when they follow an <h1> tag called a &quot;sibling selector&quot;
Font Properties ID Selectors Example What it does <li id=&quot;salelist&quot;>Tshirt<li> Unique ID  selector used in a tag. li#salelist  { color: red; } When this is added to the style sheet, the text enclosed in this <li> tag would be red. #salelist  { color: red; } The selector can be shorted to just this.
Font Properties ID Selectors Example What it does #sidebar li { color: blue; } Unique ID  selector defined in the style sheet. Any line item that appears in the element designated as sidebar would be blue.
Font Properties Class Selectors Example What it does <p class=&quot;special&quot;> Class selectors can be used multiple times in a document. p.special { color: orange; } Using this in the style sheet indicates that all paragraphs with the class special would be orange. .special { color: orange; } All tags with the class=&quot;special&quot; selector would be orange.
Font Properties Text Adjustments - Line Height ,[object Object],[object Object],[object Object]
Font Properties Text Adjustments - Indents ,[object Object],[object Object],[object Object]
Font Properties Text Adjustments - alignment ,[object Object],[object Object],[object Object]
Font Properties Text Adjustments - decoration ,[object Object],[object Object],[object Object]
Font Properties Text Adjustments - Capitalization ,[object Object],[object Object],[object Object]
Font Properties Text Adjustments - Spacing ,[object Object],[object Object],[object Object]
Font Properties Text Adjustments - Spacing ,[object Object],[object Object],[object Object]

Mais conteúdo relacionado

Mais procurados (6)

Btk creative-web-03
Btk creative-web-03Btk creative-web-03
Btk creative-web-03
 
Part 2 in depth guide on word-press coding standards for css &amp; js big
Part 2  in depth guide on word-press coding standards for css &amp; js bigPart 2  in depth guide on word-press coding standards for css &amp; js big
Part 2 in depth guide on word-press coding standards for css &amp; js big
 
Board local(e) cab to user's heart ❤
Board local(e) cab to user's heart ❤Board local(e) cab to user's heart ❤
Board local(e) cab to user's heart ❤
 
HTML Marquee
HTML MarqueeHTML Marquee
HTML Marquee
 
1 7font css
1 7font css1 7font css
1 7font css
 
Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3
 

Destaque

Html text and formatting
Html text and formattingHtml text and formatting
Html text and formatting
eShikshak
 
E-mail Security in Network Security NS5
E-mail Security in Network Security NS5E-mail Security in Network Security NS5
E-mail Security in Network Security NS5
koolkampus
 

Destaque (7)

Asynchronous Processors - The Clock less Future
Asynchronous Processors - The Clock less FutureAsynchronous Processors - The Clock less Future
Asynchronous Processors - The Clock less Future
 
Html text and formatting
Html text and formattingHtml text and formatting
Html text and formatting
 
E-mail Security in Network Security NS5
E-mail Security in Network Security NS5E-mail Security in Network Security NS5
E-mail Security in Network Security NS5
 
Email Security and Awareness
Email Security and AwarenessEmail Security and Awareness
Email Security and Awareness
 
Email security - Netwroking
Email security - Netwroking Email security - Netwroking
Email security - Netwroking
 
Computer Network Topologies (with animations)
Computer Network Topologies (with animations)Computer Network Topologies (with animations)
Computer Network Topologies (with animations)
 
Blockchain: The Information Technology of the Future
Blockchain: The Information Technology of the FutureBlockchain: The Information Technology of the Future
Blockchain: The Information Technology of the Future
 

Semelhante a Formating Text Using CSS

Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
Larry King
 
Castro Chapter 10
Castro Chapter 10Castro Chapter 10
Castro Chapter 10
Jeff Byrnes
 
CSS - Text Properties
CSS - Text PropertiesCSS - Text Properties
CSS - Text Properties
hstryk
 

Semelhante a Formating Text Using CSS (20)

Css1 properties
Css1 propertiesCss1 properties
Css1 properties
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 
Chapter 12: CSS Part 2
Chapter 12: CSS Part 2Chapter 12: CSS Part 2
Chapter 12: CSS Part 2
 
Second year 2nd quarter CSBN - CSS, fonts and color
Second year 2nd quarter CSBN - CSS, fonts and colorSecond year 2nd quarter CSBN - CSS, fonts and color
Second year 2nd quarter CSBN - CSS, fonts and color
 
Estilos Css
Estilos CssEstilos Css
Estilos Css
 
Castro Chapter 10
Castro Chapter 10Castro Chapter 10
Castro Chapter 10
 
csscheatsheet.pdf
csscheatsheet.pdfcsscheatsheet.pdf
csscheatsheet.pdf
 
Pemrograman Web 3 - CSS Basic Part 2
Pemrograman Web 3 - CSS Basic Part 2Pemrograman Web 3 - CSS Basic Part 2
Pemrograman Web 3 - CSS Basic Part 2
 
Css Complete Notes
Css Complete NotesCss Complete Notes
Css Complete Notes
 
Css summary
Css summaryCss summary
Css summary
 
Line Height
Line HeightLine Height
Line Height
 
CSS LINE HEIGHT
CSS LINE HEIGHTCSS LINE HEIGHT
CSS LINE HEIGHT
 
CSS - Text Properties
CSS - Text PropertiesCSS - Text Properties
CSS - Text Properties
 
Css font properties
Css font propertiesCss font properties
Css font properties
 
Typography On The Web
Typography On The WebTypography On The Web
Typography On The Web
 
Cascading style sheet part 2
Cascading style sheet   part 2Cascading style sheet   part 2
Cascading style sheet part 2
 
CSS ppt
CSS pptCSS ppt
CSS ppt
 
Lecture 12 css_fonts
Lecture 12 css_fontsLecture 12 css_fonts
Lecture 12 css_fonts
 
Fonts
FontsFonts
Fonts
 
Getting started with css
Getting started with cssGetting started with css
Getting started with css
 

Mais de Mark Carter (8)

Aperture
ApertureAperture
Aperture
 
Twitter
TwitterTwitter
Twitter
 
Forms 2010
Forms 2010Forms 2010
Forms 2010
 
Tables overview 2010
Tables overview 2010Tables overview 2010
Tables overview 2010
 
Linking overview june 2010
Linking overview june 2010Linking overview june 2010
Linking overview june 2010
 
How the web works june 2010
How the web works june 2010How the web works june 2010
How the web works june 2010
 
Creative commons
Creative commonsCreative commons
Creative commons
 
How Style Sheets Work
How Style Sheets WorkHow Style Sheets Work
How Style Sheets Work
 

Último

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Último (20)

CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 

Formating Text Using CSS

  • 1.
  • 2.
  • 3.
  • 4. Font Properties Core Fonts Sans Serif Arial , Arial Black , Trebuchet , Verdana Serif Georgia , Times New Roman Monospace Courier New , Andale Mono Cursive Apple Chancery , Comic Sans , Snell Fantasy Impact , Stencil
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16. Font Properties Descendant, Child and Sibling Selectors Example What it does li em { color: olive;} Selects only <em> tags when they are included in <li> p > em {color: olive;} Selects only <em> tags when their parent is a <p> called a &quot;child selector&quot; h1 + p Targets only <p> tags when they follow an <h1> tag called a &quot;sibling selector&quot;
  • 17. Font Properties ID Selectors Example What it does <li id=&quot;salelist&quot;>Tshirt<li> Unique ID selector used in a tag. li#salelist { color: red; } When this is added to the style sheet, the text enclosed in this <li> tag would be red. #salelist { color: red; } The selector can be shorted to just this.
  • 18. Font Properties ID Selectors Example What it does #sidebar li { color: blue; } Unique ID selector defined in the style sheet. Any line item that appears in the element designated as sidebar would be blue.
  • 19. Font Properties Class Selectors Example What it does <p class=&quot;special&quot;> Class selectors can be used multiple times in a document. p.special { color: orange; } Using this in the style sheet indicates that all paragraphs with the class special would be orange. .special { color: orange; } All tags with the class=&quot;special&quot; selector would be orange.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.