Set the color property of all p elements:
The css() method sets or returns one or more style properties for the selected elements.
Returns the specified CSS property value of the FIRST matched element.
Note: When used to return a value, shorthand CSS properties (like "background" and "border") are not supported.
| Parameter | Description |
|---|---|
| name | Required. Specifies the name of a CSS property. This parameter can contain any CSS property. Like "color" |
Sets the specified CSS property for ALL matched elements.
| Parameter | Description |
|---|---|
| name | Required. Specifies the name of a CSS property. This parameter can contain any CSS property. Like "color" |
| value | Optional. Specifies the value of the CSS property.
This
parameter can contain any CSS property value. Like "red". If an empty string value is set, it removes the specified property from the element. |
Using a function to set the specified CSS property for ALL matched elements.
| Parameter | Description |
|---|---|
| name | Required. Specifies the name of a CSS property. This parameter can contain any CSS property. Like "color" |
| function(index,oldvalue) | Specifies a function that returns the new value for the CSS property.
|
Set one or more CSS property/value pairs for the selected elements.
| Parameter | Description |
|---|---|
| {property:value, property:value, ...} | Required. Specifies the name and value of one or more CSS properties. Like {"color":"red","font-weight":"bold"} |
| WEB HOSTING |
|---|
| Best Web Hosting |
| PHP MySQL Hosting |
| Best Hosting Coupons |
| UK Reseller Hosting |
| Cloud Hosting |
| Top Web Hosting |
| $3.98 Unlimited Hosting |
| Premium Website Design |
| WEB BUILDING |
|---|
| XML Editor - Free Trial! |
| FREE Website BUILDER |
| Best Website Templates Top CSS Templates |
| CREATE HTML Websites |
| EASY WEBSITE BUILDER |
| W3SCHOOLS EXAMS |
|---|
|
Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP |
| W3SCHOOLS BOOKS |
|---|
|
New Books: HTML, CSS JavaScript, and Ajax |
| STATISTICS |
|---|
|
Browser Statistics Browser OS Browser Display |
| SHARE THIS PAGE |
|---|