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

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
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
Larry King
 
Css 1
Css 1Css 1
Css 1
H K
 

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

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 

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 */