SlideShare a Scribd company logo
1 of 7
Lesson 3: Experimenting with Fonts and Colors The filename “ewan” in Notepad was saved in CSS file. If you are going to save the css file for the first time, type “filename.css” (for example “ewan.css”).
Deprecated Tags and Attributes Deprecated – a deprecated element or attribute is one that has been outdated; it may become obsolete in the in the future but browsers should continue to support it for backward compatibility <center>                - Centers text <u>                         - Underlines text <s> or <strike>      - Defines strikethrough text <font>                     - Identifies font characteristics Style Sheet Associations External Style Sheet – a separate document or file where all the style sheet information are stored Internal Style Sheet – stores style information in your HTML document’s <head> tag and no external file is required for the style sheet to work. In-Line Style Sheet – stores information inside an HTML tag and, just like the internal style sheet, does not require an external file.
Style Sheet Syntax selector {  property: value   } Where selector – the HTML tag you want to define property and value – attribution or declaration, both are separated by colon (:) Typeface – another name for font Property and Value Usage 1. font-family = the font that your text will be in.  Allowed value for font-family: Arial, Lucida Console, Monotype Corsiva, Tahoma, Times New Roman Example 1: h1 {              font-family: arial; } Example 2: h1 {              font-family: “Monotype Corsiva”, Tahoma, arial; }
2. font-size Allowed value for font-size:  The Old 7 Size Font System: xx-small; x-small; small; medium; large; x-large; xx-large; (the default size is medium) larger; or smaller; % - percent relative to the default font size of the browser (e.g. 150%) pt – point size, the font-sizing system of Windows (e.g. 22pt) em – where the size of the font is multiplied by value of the number (e.g. 1em = 100% font size and 1.5em = 150% font size) 3. font-style Allowed value for font-style: italic; normal; and oblique 4. font-weight Allowed value for font-weight:  normal; lighter; bold; bolder 100 to 900 (100 = lightest & 900 = boldest, 400 is the default)
5. color Allowed value for color:  Aqua; black; blue; fuchsia; gray; green; lime; maroon; navy; olive; purple; red; silver; teal; white; yellow; transparent rgb(n,n,n)                           Where n = 0 to 255       red = rgb(255,0,0); green = rgb(0,255,0); blue = rgb (0,0,255);        black = rgb(0,0,0); white = rgb (255,255,255)  c. rgb-hex = #nnn or #nnnnnn 	Where n = #0 to f (in hexadecimal count) red = #f00 or #ff0000; green = #0f0 or #00ff00; blue = #00f or #0000ff; black = #000 or #000000; white #fff or ffffff Hexadecimal – numbering system that is base-16 rather than our commonly used decimal numbering system of base-10 6. text-align Allowed value for text-align: left; right; center; justify 7. text-decoration Allowed value for text-decoration: capitalize; uppercase; lowercase; none
8. letter-spacing – refer to space between letters Allowed value for letter-spacing: normal; and _em 9. word-spacing – refer to space between words Allowed value for word-spacing: normal; and _em 10. line-height – refer to space between lines Allowed value for word-spacing: normal; _%; and _em
Escape Sequences – other characters with special meanings in HTML that cannot be used as they are in text < (Less Than) 		= &lt; > (Greater Than)		= &gt; © (Copyright)		= &copy; & (Ampersand)		= &amp; “ (Quote)			= &quot; ñ (Lowercase n with tilde) 	= &ntilde; è (Lowercase with 		= &egrave      grave accent) ç (Lowercase c with cedilla) 	= &ccedil; â (Lowercase a with 	= &acirc;      circumflex accent) ü (Lowercase u with umlaut) 	= &uuml; Comment Tags Comments – written remarks in your HTML or CSS document which will not be displayed in the browser For HTML format:  <!– type your comments here --> For CSS format: /*  type your comments here */

More Related Content

Similar to Second year 2nd quarter CSBN - CSS, fonts and color

Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3Gheyath M. Othman
 
C++ CoreHard Autumn 2018. Text Formatting For a Future Range-Based Standard L...
C++ CoreHard Autumn 2018. Text Formatting For a Future Range-Based Standard L...C++ CoreHard Autumn 2018. Text Formatting For a Future Range-Based Standard L...
C++ CoreHard Autumn 2018. Text Formatting For a Future Range-Based Standard L...corehard_by
 
Formating Text Using CSS
Formating Text Using CSSFormating Text Using CSS
Formating Text Using CSSMark Carter
 
Web Engineering - Introduction to CSS
Web Engineering - Introduction to CSSWeb Engineering - Introduction to CSS
Web Engineering - Introduction to CSSNosheen Qamar
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSSLarry King
 
2_css.pptx
2_css.pptx2_css.pptx
2_css.pptxVarunMM2
 
2_css.pptx
2_css.pptx2_css.pptx
2_css.pptxVarunMM2
 
CSS INHERITANCE
CSS INHERITANCECSS INHERITANCE
CSS INHERITANCEAnuradha
 
Css 1
Css 1Css 1
Css 1H K
 
CSS properties.docx
CSS properties.docxCSS properties.docx
CSS properties.docxbantisworld
 
Format String Attack
Format String AttackFormat String Attack
Format String AttackMayur Mallya
 

Similar to Second year 2nd quarter CSBN - CSS, fonts and color (20)

Sass Essentials
Sass EssentialsSass Essentials
Sass Essentials
 
Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3Web Design Course: CSS lecture 3
Web Design Course: CSS lecture 3
 
CSS ppt
CSS pptCSS ppt
CSS ppt
 
CSS for Beginners
CSS for BeginnersCSS for Beginners
CSS for Beginners
 
C++ CoreHard Autumn 2018. Text Formatting For a Future Range-Based Standard L...
C++ CoreHard Autumn 2018. Text Formatting For a Future Range-Based Standard L...C++ CoreHard Autumn 2018. Text Formatting For a Future Range-Based Standard L...
C++ CoreHard Autumn 2018. Text Formatting For a Future Range-Based Standard L...
 
Formating Text Using CSS
Formating Text Using CSSFormating Text Using CSS
Formating Text Using CSS
 
Getting started with css
Getting started with cssGetting started with css
Getting started with css
 
Web Engineering - Introduction to CSS
Web Engineering - Introduction to CSSWeb Engineering - Introduction to CSS
Web Engineering - Introduction to CSS
 
Css summary
Css summaryCss summary
Css summary
 
Css
CssCss
Css
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 
2_css.pptx
2_css.pptx2_css.pptx
2_css.pptx
 
2_css.pptx
2_css.pptx2_css.pptx
2_css.pptx
 
Pemrograman Web 2 - CSS
Pemrograman Web 2 - CSSPemrograman Web 2 - CSS
Pemrograman Web 2 - CSS
 
Css1 properties
Css1 propertiesCss1 properties
Css1 properties
 
Estilos Css
Estilos CssEstilos Css
Estilos Css
 
CSS INHERITANCE
CSS INHERITANCECSS INHERITANCE
CSS INHERITANCE
 
Css 1
Css 1Css 1
Css 1
 
CSS properties.docx
CSS properties.docxCSS properties.docx
CSS properties.docx
 
Format String Attack
Format String AttackFormat String Attack
Format String Attack
 

Recently uploaded

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
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
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
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
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
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
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 

Recently uploaded (20)

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
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
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
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🔝
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
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
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 

Second year 2nd quarter CSBN - CSS, fonts and color

  • 1. Lesson 3: Experimenting with Fonts and Colors The filename “ewan” in Notepad was saved in CSS file. If you are going to save the css file for the first time, type “filename.css” (for example “ewan.css”).
  • 2. Deprecated Tags and Attributes Deprecated – a deprecated element or attribute is one that has been outdated; it may become obsolete in the in the future but browsers should continue to support it for backward compatibility <center> - Centers text <u> - Underlines text <s> or <strike> - Defines strikethrough text <font> - Identifies font characteristics Style Sheet Associations External Style Sheet – a separate document or file where all the style sheet information are stored Internal Style Sheet – stores style information in your HTML document’s <head> tag and no external file is required for the style sheet to work. In-Line Style Sheet – stores information inside an HTML tag and, just like the internal style sheet, does not require an external file.
  • 3. Style Sheet Syntax selector { property: value } Where selector – the HTML tag you want to define property and value – attribution or declaration, both are separated by colon (:) Typeface – another name for font Property and Value Usage 1. font-family = the font that your text will be in. Allowed value for font-family: Arial, Lucida Console, Monotype Corsiva, Tahoma, Times New Roman Example 1: h1 { font-family: arial; } Example 2: h1 { font-family: “Monotype Corsiva”, Tahoma, arial; }
  • 4. 2. font-size Allowed value for font-size: The Old 7 Size Font System: xx-small; x-small; small; medium; large; x-large; xx-large; (the default size is medium) larger; or smaller; % - percent relative to the default font size of the browser (e.g. 150%) pt – point size, the font-sizing system of Windows (e.g. 22pt) em – where the size of the font is multiplied by value of the number (e.g. 1em = 100% font size and 1.5em = 150% font size) 3. font-style Allowed value for font-style: italic; normal; and oblique 4. font-weight Allowed value for font-weight: normal; lighter; bold; bolder 100 to 900 (100 = lightest & 900 = boldest, 400 is the default)
  • 5. 5. color Allowed value for color: Aqua; black; blue; fuchsia; gray; green; lime; maroon; navy; olive; purple; red; silver; teal; white; yellow; transparent rgb(n,n,n) Where n = 0 to 255 red = rgb(255,0,0); green = rgb(0,255,0); blue = rgb (0,0,255); black = rgb(0,0,0); white = rgb (255,255,255) c. rgb-hex = #nnn or #nnnnnn Where n = #0 to f (in hexadecimal count) red = #f00 or #ff0000; green = #0f0 or #00ff00; blue = #00f or #0000ff; black = #000 or #000000; white #fff or ffffff Hexadecimal – numbering system that is base-16 rather than our commonly used decimal numbering system of base-10 6. text-align Allowed value for text-align: left; right; center; justify 7. text-decoration Allowed value for text-decoration: capitalize; uppercase; lowercase; none
  • 6. 8. letter-spacing – refer to space between letters Allowed value for letter-spacing: normal; and _em 9. word-spacing – refer to space between words Allowed value for word-spacing: normal; and _em 10. line-height – refer to space between lines Allowed value for word-spacing: normal; _%; and _em
  • 7. Escape Sequences – other characters with special meanings in HTML that cannot be used as they are in text < (Less Than) = &lt; > (Greater Than) = &gt; © (Copyright) = &copy; & (Ampersand) = &amp; “ (Quote) = &quot; ñ (Lowercase n with tilde) = &ntilde; è (Lowercase with = &egrave grave accent) ç (Lowercase c with cedilla) = &ccedil; â (Lowercase a with = &acirc; circumflex accent) ü (Lowercase u with umlaut) = &uuml; Comment Tags Comments – written remarks in your HTML or CSS document which will not be displayed in the browser For HTML format: <!– type your comments here --> For CSS format: /* type your comments here */