SlideShare a Scribd company logo
 
Some Easy CSS Why Use CSS? Because it can make your life easier when you want to make changes to your website. Change things like your text font or page background in 1 file and see the changes on all you pages.
Some Easy CSS Use A Free Online CSS Generator Like: http://www.ahfb2000.com/cssgenerator.php
Some Easy CSS Get CSS Code Automatically
Some Easy CSS Use Inside HTML File For 1 Web Page Type in <style> </style> tags Put the generated code inside the <style> tags
Some Easy CSS OR Use 1 External CSS File For Several  Web Pages
Some Easy CSS Create CSS File Paste CSS Code into text file Save file as type CSS Example: Name file style.css In field Save by type: choose ALL Files
Some Easy CSS Put Link To CSS File In HTML Pages Put 1 line of code into your HTML web pages  BEFORE  the </head> tag.
Some Easy CSS Things To Remember: Your CSS file name and the name used in the HTML link must be  exactly the same . Your CSS file must be in the  same folder  as your HTML web pages  or  you must  use the complete URL  to your CSS file.
FriendsWhoCare.us Presented By Susan Carroll

More Related Content

PDF
WordCamp Atlanta 2014 - CSS For Beginners - By Michael Earley of ATL Squared ...
PPTX
Unit iii css and javascript 1
PPTX
Introducing the style tag 2830
PPTX
SEO quick checklist
PPTX
HTML- Hyper Text Markup Language
PPTX
CSS- Cascading Style Sheet
PPTX
Coding a Website with HTML
WordCamp Atlanta 2014 - CSS For Beginners - By Michael Earley of ATL Squared ...
Unit iii css and javascript 1
Introducing the style tag 2830
SEO quick checklist
HTML- Hyper Text Markup Language
CSS- Cascading Style Sheet
Coding a Website with HTML

What's hot (20)

PPTX
Styling of css
PDF
Beginner On Page SEO Principles
PPTX
Introduction to CSS
PPT
8 Must Dos for WordPress SEO
PDF
11- Learn CSS Fundamentals / Combinators
PPTX
Web programming css
PPT
Higher Computing Science CSS
PPSX
Session Two css
PPT
Higher Computing Science HTML
PPT
INFO3775 Chapter 2 Part 2
PPT
Graphics For Web
PPSX
Session 2 intro to Css
PDF
Introduction to css
PPTX
Blogging and Keywords
PPTX
SEO TIPS
PPTX
Introduction to CSS
PDF
Gmail Backup Tool
PPTX
Lessons from writing 100,000 product descriptions
PPTX
Optimizing Your Tendenci Site for SEO | SEO for CMS
PPTX
Themes
Styling of css
Beginner On Page SEO Principles
Introduction to CSS
8 Must Dos for WordPress SEO
11- Learn CSS Fundamentals / Combinators
Web programming css
Higher Computing Science CSS
Session Two css
Higher Computing Science HTML
INFO3775 Chapter 2 Part 2
Graphics For Web
Session 2 intro to Css
Introduction to css
Blogging and Keywords
SEO TIPS
Introduction to CSS
Gmail Backup Tool
Lessons from writing 100,000 product descriptions
Optimizing Your Tendenci Site for SEO | SEO for CMS
Themes
Ad

Similar to Easy CSS (20)

PDF
css-tutorial
PDF
css-tutorial
PDF
PDF
CSS_GUIDE_Intro
PDF
CSS_GUIDE_Intro
PPTX
Kick start @ css
PPT
Make Css easy(part:2) : easy tips for css(part:2)
PDF
Css tutorial
PPTX
uptu web technology unit 2 Css
DOC
Css introduction
TXT
Thuray css3
PDF
The CSS Handbook
PPTX
BITM3730 9-19.pptx
PPTX
PPTX
BITM3730 9-20.pptx
PDF
Intro to HTML and CSS - Class 2 Slides
css-tutorial
css-tutorial
CSS_GUIDE_Intro
CSS_GUIDE_Intro
Kick start @ css
Make Css easy(part:2) : easy tips for css(part:2)
Css tutorial
uptu web technology unit 2 Css
Css introduction
Thuray css3
The CSS Handbook
BITM3730 9-19.pptx
BITM3730 9-20.pptx
Intro to HTML and CSS - Class 2 Slides
Ad

Recently uploaded (20)

PDF
Emotional Mastery for Police Officers.pdf
PPTX
PERDEV-LESSON-3 DEVELOPMENTMENTAL STAGES.pptx
PPTX
Sharks presentation & Self Representaion.pptx
PPTX
Development-of-the-Learners-at-Various-Stages-Part-I.pptx
PPTX
Learn numerology content and join tarot reading
PPT
cypt-cht-healthy-relationships-part1-presentation-v1.1en.ppt
PPTX
cấu trúc sử dụng mẫu Cause - Effects.pptx
PDF
The Zeigarnik Effect by Meenakshi Khakat.pdf
PPTX
Learn how to prevent Workplace Incidents?
PDF
Red Light Wali Muskurahat – A Heart-touching Hindi Story
PPTX
Attitudes presentation for psychology.pptx
PPTX
this was uploaded by gurvindertimepass.pptx
PPTX
Pradeep Kumar Roll no.30 Paper I.pptx....
PPTX
Identity Development in Adolescence.pptx
PPTX
Travel mania in india needs to change the world
PPTX
diasspresentationndkcnskndncelklkfndc.pptx
PDF
Elle Lalli on The Role of Emotional Intelligence in Entrepreneurship
PDF
Dating And Courtship Quotes Handbook By Walter Tynash.pdf
PPTX
How to Manage Emotional Triggers for Personal Growth?
PDF
creative pattern recognition journal for artists and writers.pdf
Emotional Mastery for Police Officers.pdf
PERDEV-LESSON-3 DEVELOPMENTMENTAL STAGES.pptx
Sharks presentation & Self Representaion.pptx
Development-of-the-Learners-at-Various-Stages-Part-I.pptx
Learn numerology content and join tarot reading
cypt-cht-healthy-relationships-part1-presentation-v1.1en.ppt
cấu trúc sử dụng mẫu Cause - Effects.pptx
The Zeigarnik Effect by Meenakshi Khakat.pdf
Learn how to prevent Workplace Incidents?
Red Light Wali Muskurahat – A Heart-touching Hindi Story
Attitudes presentation for psychology.pptx
this was uploaded by gurvindertimepass.pptx
Pradeep Kumar Roll no.30 Paper I.pptx....
Identity Development in Adolescence.pptx
Travel mania in india needs to change the world
diasspresentationndkcnskndncelklkfndc.pptx
Elle Lalli on The Role of Emotional Intelligence in Entrepreneurship
Dating And Courtship Quotes Handbook By Walter Tynash.pdf
How to Manage Emotional Triggers for Personal Growth?
creative pattern recognition journal for artists and writers.pdf

Easy CSS

  • 1.  
  • 2. Some Easy CSS Why Use CSS? Because it can make your life easier when you want to make changes to your website. Change things like your text font or page background in 1 file and see the changes on all you pages.
  • 3. Some Easy CSS Use A Free Online CSS Generator Like: http://www.ahfb2000.com/cssgenerator.php
  • 4. Some Easy CSS Get CSS Code Automatically
  • 5. Some Easy CSS Use Inside HTML File For 1 Web Page Type in <style> </style> tags Put the generated code inside the <style> tags
  • 6. Some Easy CSS OR Use 1 External CSS File For Several Web Pages
  • 7. Some Easy CSS Create CSS File Paste CSS Code into text file Save file as type CSS Example: Name file style.css In field Save by type: choose ALL Files
  • 8. Some Easy CSS Put Link To CSS File In HTML Pages Put 1 line of code into your HTML web pages BEFORE the </head> tag.
  • 9. Some Easy CSS Things To Remember: Your CSS file name and the name used in the HTML link must be exactly the same . Your CSS file must be in the same folder as your HTML web pages or you must use the complete URL to your CSS file.