SlideShare una empresa de Scribd logo
1 de 7
Background Properties:
NN: Netscape, IE: Internet Explorer, W3C: Web Standard

Property              Description                 Values            NN IE    W3C
background            A shorthand property for    background-color    6.0 4.0 CSS1
                      setting all background      background-image
                      properties in one           background-repeat
                      declaration                 background-
                                                  attachment
                                                  background-position
background-           Sets whether a              scroll            6.0 4.0 CSS1
attachment            background image is         fixed
                      fixed or scrolls with the
                      rest of the page
background-color      Sets the background color color-rgb           4.0 4.0 CSS1
                      of an element             color-hex
                                                color-name
                                                transparent
background-image      Sets an image as the        url               4.0 4.0 CSS1
                      background                  none
background-position Sets the starting position    top left          6.0 4.0 CSS1
                    of a background image         top center
                                                  top right
                                                  center left
                                                  center center
                                                  center right
                                                  bottom left
                                                  bottom center
                                                  bottom right
                                                  x-% y-%
                                                  x-pos y-pos
background-repeat     Sets if/how a background repeat               4.0 4.0 CSS1
                      image will be repeated   repeat-x
                                               repeat-y
                                               no-repeat
Text Properties:
NN: Netscape, IE: Internet Explorer, W3C: Web Standard

Property            Description                  Possible Values   NN IE   W3C
color               Sets the color of a text     color             4.0 3.0 CSS1
direction           Sets the text direction      ltr                       CSS2
                                                 rtl
letter-spacing      Increase or decrease the normal                6.0 4.0 CSS1
                    space between characters length
text-align          Aligns the text in an        left              4.0 4.0 CSS1
                    element                      right
                                                 center
                                                 justify
text-decoration     Adds decoration to text      none              4.0 4.0 CSS1
                                                 underline
                                                 overline
                                                 line-through
                                                 blink
text-indent         Indents the first line of    length            4.0 4.0 CSS1
                    text in an element           %
text-shadow                                      none
                                                 color
                                                 length
text-transform      Controls the letters in an   none              4.0 4.0 CSS1
                    element                      capitalize
                                                 uppercase
                                                 lowercase
white-space         Sets how white space         normal            4.0 5.5 CSS1
                    inside an element is         pre
                    handled                      nowrap
word-spacing        Increase or decrease the     normal            6.0 6.0 CSS1
                    space between words          length
Font Properties:
NN: Netscape, IE: Internet Explorer, W3C: Web Standard

Property            Description                Values                  NN IE   W3C
font                A shorthand property for   font-style              4.0 4.0 CSS1
                    setting all of the         font-variant
                    properties for a font in   font-weight
                    one declaration            font-size/line-height
                                               font-family
                                               caption
                                               icon
                                               menu
                                               message-box
                                               small-caption
                                               status-bar
font-family         A prioritized list of font family-name             4.0 3.0 CSS1
                    family names and/or        generic-family
                    generic family names for
                    an element
font-size           Sets the size of a font    xx-small                4.0 3.0 CSS1
                                               x-small
                                               small
                                               medium
                                               large
                                               x-large
                                               xx-large
                                               smaller
                                               larger
                                               length
                                               %
font-size-adjust    Specifies an aspect value none                             CSS2
                    for an element that will  number
                    preserve the x-height of
                    the first-choice font
font-stretch        Condenses or expands the normal                            CSS2
                    current font-family      wider
                                             narrower
                                             ultra-condensed
extra-condensed
                                                  condensed
                                                  semi-condensed
                                                  semi-expanded
                                                  expanded
                                                  extra-expanded
                                                  ultra-expanded
font-style           Sets the style of the font   normal            4.0 4.0 CSS1
                                                  italic
                                                  oblique
font-variant         Displays text in a small- normal               6.0 4.0 CSS1
                     caps font or a normal font small-caps
font-weight          Sets the weight of a font    normal
                                                  bold
                                                  bolder
                                                  lighter
                                                  100
                                                  200
                                                  300
                                                  400
                                                  500
                                                  600
                                                  700
                                                  800
                                                  900



Border Properties:
NN: Netscape, IE: Internet Explorer, W3C: Web Standard

Property             Description                  Values            NN IE   W3C
border               A shorthand property for border-width          4.0 4.0 CSS1
                     setting all of the         border-style
                     properties for the four    border-color
                     borders in one declaration
border-bottom        A shorthand property for border-bottom-width 6.0 4.0 CSS1
                     setting all of the        border-style
                     properties for the bottom border-color
                     border in one declaration
border-bottom-color Sets the color of the         border-color      6.0 4.0 CSS2
bottom border
border-bottom-style   Sets the style of the        border-style     6.0 4.0 CSS2
                      bottom border
border-bottom-width Sets the width of the          thin             4.0 4.0 CSS1
                    bottom border                  medium
                                                   thick
                                                   length
border-color          Sets the color of the four   color            6.0 4.0 CSS1
                      borders, can have from
                      one to four colors
border-left           A shorthand property for border-left-width    6.0 4.0 CSS1
                      setting all of the        border-style
                      properties for the left   border-color
                      border in one declaration
border-left-color     Sets the color of the left   border-color     6.0 4.0 CSS2
                      border
border-left-style     Sets the style of the left   border-style     6.0 4.0 CSS2
                      border
border-left-width     Sets the width of the left   thin             4.0 4.0 CSS1
                      border                       medium
                                                   thick
                                                   length
border-right          A shorthand property for border-right-width   6.0 4.0 CSS1
                      setting all of the        border-style
                      properties for the right  border-color
                      border in one declaration
border-right-color    Sets the color of the right border-color      6.0 4.0 CSS2
                      border
border-right-style    Sets the style of the right border-style      6.0 4.0 CSS2
                      border
border-right-width    Sets the width of the right thin              4.0 4.0 CSS1
                      border                      medium
                                                  thick
                                                  length
border-style          Sets the style of the four   none             6.0 4.0 CSS1
                      borders, can have from       hidden
                      one to four styles           dotted
                                                   dashed
                                                   solid
                                                   double
groove
                                                ridge
                                                inset
                                                outset
border-top          A shorthand property for border-top-width   6.0 4.0 CSS1
                    setting all of the        border-style
                    properties for the top    border-color
                    border in one declaration
border-top-color    Sets the color of the top   border-color    6.0 4.0 CSS2
                    border
border-top-style    Sets the style of the top   border-style    6.0 4.0 CSS2
                    border
border-top-width    Sets the width of the top   thin            4.0 4.0 CSS1
                    border                      medium
                                                thick
                                                length
border-width        A shorthand property for
                    setting the width of the
                    four borders in one
                    declaration, can have
                    from one to four values



Margin Properties:
NN: Netscape, IE: Internet Explorer, W3C: Web Standard

Property            Description                 Values          NN IE   W3C
margin              A shorthand property for    margin-top      4.0 4.0 CSS1
                    setting the margin          margin-right
                    properties in one           margin-bottom
                    declaration                 margin-left
margin-bottom       Sets the bottom margin of auto              4.0 4.0 CSS1
                    an element                length
                                              %
margin-left         Sets the left margin of an auto             4.0 3.0 CSS1
                    element                    length
                                               %
margin-right        Sets the right margin of    auto            4.0 3.0 CSS1
                    an element                  length
%
margin-top          Sets the top margin of an auto                4.0 3.0 CSS1
                    element                   length
                                              %




Padding Properties:
NN: Netscape, IE: Internet Explorer, W3C: Web Standard

Property            Description                  Values           NN IE   W3C
padding             A shorthand property for     padding-top      4.0 4.0 CSS1
                    setting all of the padding   padding-right
                    properties in one            padding-bottom
                    declaration                  padding-left
padding-bottom      Sets the bottom padding      length           4.0 4.0 CSS1
                    of an element                %
padding-left        Sets the left padding of an length            4.0 4.0 CSS1
                    element                     %
padding-right       Sets the right padding of    length           4.0 4.0 CSS1
                    an element                   %
padding-top         Sets the top padding of an length             4.0 4.0 CSS1
                    element                    %

Más contenido relacionado

Más de H K (20)

Induction
InductionInduction
Induction
 
Solution3
Solution3Solution3
Solution3
 
Solution2
Solution2Solution2
Solution2
 
Mid-
Mid-Mid-
Mid-
 
Assignment4
Assignment4Assignment4
Assignment4
 
Assignment4
Assignment4Assignment4
Assignment4
 
Dm assignment3
Dm assignment3Dm assignment3
Dm assignment3
 
Proof
ProofProof
Proof
 
Resolution
ResolutionResolution
Resolution
 
Assignment description
Assignment descriptionAssignment description
Assignment description
 
Dm assignment2
Dm assignment2Dm assignment2
Dm assignment2
 
Set
SetSet
Set
 
Dm assignment1
Dm assignment1Dm assignment1
Dm assignment1
 
Logic
LogicLogic
Logic
 
Introduction
IntroductionIntroduction
Introduction
 
Assignment 2 sol
Assignment 2 solAssignment 2 sol
Assignment 2 sol
 
Assignment sw solution
Assignment sw solutionAssignment sw solution
Assignment sw solution
 
Violinphoenix
ViolinphoenixViolinphoenix
Violinphoenix
 
Ie project
Ie projectIe project
Ie project
 
Assignment cn subnetting
Assignment cn subnettingAssignment cn subnetting
Assignment cn subnetting
 

Último

Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
MateoGardella
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 

Último (20)

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
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
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.
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 

Appendix css

  • 1. Background Properties: NN: Netscape, IE: Internet Explorer, W3C: Web Standard Property Description Values NN IE W3C background A shorthand property for background-color 6.0 4.0 CSS1 setting all background background-image properties in one background-repeat declaration background- attachment background-position background- Sets whether a scroll 6.0 4.0 CSS1 attachment background image is fixed fixed or scrolls with the rest of the page background-color Sets the background color color-rgb 4.0 4.0 CSS1 of an element color-hex color-name transparent background-image Sets an image as the url 4.0 4.0 CSS1 background none background-position Sets the starting position top left 6.0 4.0 CSS1 of a background image top center top right center left center center center right bottom left bottom center bottom right x-% y-% x-pos y-pos background-repeat Sets if/how a background repeat 4.0 4.0 CSS1 image will be repeated repeat-x repeat-y no-repeat
  • 2. Text Properties: NN: Netscape, IE: Internet Explorer, W3C: Web Standard Property Description Possible Values NN IE W3C color Sets the color of a text color 4.0 3.0 CSS1 direction Sets the text direction ltr CSS2 rtl letter-spacing Increase or decrease the normal 6.0 4.0 CSS1 space between characters length text-align Aligns the text in an left 4.0 4.0 CSS1 element right center justify text-decoration Adds decoration to text none 4.0 4.0 CSS1 underline overline line-through blink text-indent Indents the first line of length 4.0 4.0 CSS1 text in an element % text-shadow none color length text-transform Controls the letters in an none 4.0 4.0 CSS1 element capitalize uppercase lowercase white-space Sets how white space normal 4.0 5.5 CSS1 inside an element is pre handled nowrap word-spacing Increase or decrease the normal 6.0 6.0 CSS1 space between words length
  • 3. Font Properties: NN: Netscape, IE: Internet Explorer, W3C: Web Standard Property Description Values NN IE W3C font A shorthand property for font-style 4.0 4.0 CSS1 setting all of the font-variant properties for a font in font-weight one declaration font-size/line-height font-family caption icon menu message-box small-caption status-bar font-family A prioritized list of font family-name 4.0 3.0 CSS1 family names and/or generic-family generic family names for an element font-size Sets the size of a font xx-small 4.0 3.0 CSS1 x-small small medium large x-large xx-large smaller larger length % font-size-adjust Specifies an aspect value none CSS2 for an element that will number preserve the x-height of the first-choice font font-stretch Condenses or expands the normal CSS2 current font-family wider narrower ultra-condensed
  • 4. extra-condensed condensed semi-condensed semi-expanded expanded extra-expanded ultra-expanded font-style Sets the style of the font normal 4.0 4.0 CSS1 italic oblique font-variant Displays text in a small- normal 6.0 4.0 CSS1 caps font or a normal font small-caps font-weight Sets the weight of a font normal bold bolder lighter 100 200 300 400 500 600 700 800 900 Border Properties: NN: Netscape, IE: Internet Explorer, W3C: Web Standard Property Description Values NN IE W3C border A shorthand property for border-width 4.0 4.0 CSS1 setting all of the border-style properties for the four border-color borders in one declaration border-bottom A shorthand property for border-bottom-width 6.0 4.0 CSS1 setting all of the border-style properties for the bottom border-color border in one declaration border-bottom-color Sets the color of the border-color 6.0 4.0 CSS2
  • 5. bottom border border-bottom-style Sets the style of the border-style 6.0 4.0 CSS2 bottom border border-bottom-width Sets the width of the thin 4.0 4.0 CSS1 bottom border medium thick length border-color Sets the color of the four color 6.0 4.0 CSS1 borders, can have from one to four colors border-left A shorthand property for border-left-width 6.0 4.0 CSS1 setting all of the border-style properties for the left border-color border in one declaration border-left-color Sets the color of the left border-color 6.0 4.0 CSS2 border border-left-style Sets the style of the left border-style 6.0 4.0 CSS2 border border-left-width Sets the width of the left thin 4.0 4.0 CSS1 border medium thick length border-right A shorthand property for border-right-width 6.0 4.0 CSS1 setting all of the border-style properties for the right border-color border in one declaration border-right-color Sets the color of the right border-color 6.0 4.0 CSS2 border border-right-style Sets the style of the right border-style 6.0 4.0 CSS2 border border-right-width Sets the width of the right thin 4.0 4.0 CSS1 border medium thick length border-style Sets the style of the four none 6.0 4.0 CSS1 borders, can have from hidden one to four styles dotted dashed solid double
  • 6. groove ridge inset outset border-top A shorthand property for border-top-width 6.0 4.0 CSS1 setting all of the border-style properties for the top border-color border in one declaration border-top-color Sets the color of the top border-color 6.0 4.0 CSS2 border border-top-style Sets the style of the top border-style 6.0 4.0 CSS2 border border-top-width Sets the width of the top thin 4.0 4.0 CSS1 border medium thick length border-width A shorthand property for setting the width of the four borders in one declaration, can have from one to four values Margin Properties: NN: Netscape, IE: Internet Explorer, W3C: Web Standard Property Description Values NN IE W3C margin A shorthand property for margin-top 4.0 4.0 CSS1 setting the margin margin-right properties in one margin-bottom declaration margin-left margin-bottom Sets the bottom margin of auto 4.0 4.0 CSS1 an element length % margin-left Sets the left margin of an auto 4.0 3.0 CSS1 element length % margin-right Sets the right margin of auto 4.0 3.0 CSS1 an element length
  • 7. % margin-top Sets the top margin of an auto 4.0 3.0 CSS1 element length % Padding Properties: NN: Netscape, IE: Internet Explorer, W3C: Web Standard Property Description Values NN IE W3C padding A shorthand property for padding-top 4.0 4.0 CSS1 setting all of the padding padding-right properties in one padding-bottom declaration padding-left padding-bottom Sets the bottom padding length 4.0 4.0 CSS1 of an element % padding-left Sets the left padding of an length 4.0 4.0 CSS1 element % padding-right Sets the right padding of length 4.0 4.0 CSS1 an element % padding-top Sets the top padding of an length 4.0 4.0 CSS1 element %