How CSS style overriding works ? - GeeksforGeeks (2024)

Last Updated : 12 Jun, 2022

Summarize

Comments

Improve

In this article, we are going to learn how CSS style overriding works. Cascading Style Sheets referred to as CSS, is a simply designed language intended to simplify the process of making web pages presentable. CSS allows you to apply styles to web pages. More importantly, CSS enables you to do this independent of the HTML that makes up each web page.

Overriding: Overriding in CSS means that you are providing any style property to an element for which you have already provided a style. For example, if you have provided some style to an element by using the external CSS and after that, you need to change the CSS but if you didn’t find where you have written the code then you can just override the style by using in-line CSS which has the highest priority.

Order of priority

inline stylesheet (highest) >> <style>…</style> tags >> external style sheet(lowest)

Inline stylesheet: If you are using any Inline stylesheet, then it takes the highest priority, and therefore, it will override any property defined in <style>…</style> tags or property defined in an external style sheet file.

Style tag: If you are using any property defined in <style>…</style> tag, it will override the property defined in any external style sheet file.

External CSS: If you are using any property defined in the external style sheet file then it takes the lowest priority, and the property defined in this file will be applied only when the above two properties are not applicable.

Example1: In the below example, we have overridden the property. First, we have defined header1 color to red with a style tag then overridden header1 color to green by using an inline stylesheet.

HTML

<!DOCTYPE html>

<html>

<head>

<title>

Simple webpage

</title>

<!-- Stylesheet of web page -->

<style>

body {

text-align: center;

}

h1 {

color: red;

}

</style>

</head>

<body>

<h1 style="color: green">GeeksforGeeks</h1>

<p>A computer science portal for geeks</p>

</body>

</html>

Output:

How CSS style overriding works ? - GeeksforGeeks (1)

Example2: In the below example, we have overridden the property. First, we have defined <div> color to grey using <style> tag then overridden <div> tag color to green by using an inline stylesheet.

HTML

<!DOCTYPE html>

<html>

<head>

<title>

Simple webpage

</title>

<!-- Stylesheet of web page -->

<style>

body {

text-align: center;

}

h1 {

color: red;

}

div{

width:150px;

height:100px;

background-color:grey;

}

</style>

</head>

<body>

<h1 style="color: green">GeeksforGeeks</h1>

<p>A computer science portal for geeks</p>

<div style="background-color:green">

</div>

</body>

</html>

Output:

How CSS style overriding works ? - GeeksforGeeks (2)



How CSS style overriding works ? - GeeksforGeeks (4)

Improve

Please Login to comment...

How CSS style overriding works ? - GeeksforGeeks (2024)
Top Articles
LayerZero Takes Snapshot as Airdrop Draws Closer
Master Your Finances: How to Budget with Irregular Income
NOAA: National Oceanic &amp; Atmospheric Administration hiring NOAA Commissioned Officer: Inter-Service Transfer in Spokane Valley, WA | LinkedIn
Will Byers X Male Reader
UPS Paketshop: Filialen & Standorte
Noaa Charleston Wv
Dlnet Retiree Login
Citibank Branch Locations In Orlando Florida
Frank Lloyd Wright, born 150 years ago, still fascinates
Horoscopes and Astrology by Yasmin Boland - Yahoo Lifestyle
Unlocking the Enigmatic Tonicamille: A Journey from Small Town to Social Media Stardom
270 West Michigan residents receive expert driver’s license restoration advice at last major Road to Restoration Clinic of the year
123 Movies Babylon
What Happened To Maxwell Laughlin
Craigslist Deming
Nj State Police Private Detective Unit
Mineral Wells Independent School District
Immortal Ink Waxahachie
Download Center | Habasit
Star Wars: Héros de la Galaxie - le guide des meilleurs personnages en 2024 - Le Blog Allo Paradise
Paychex Pricing And Fees (2024 Guide)
Prestige Home Designs By American Furniture Galleries
Recap: Noah Syndergaard earns his first L.A. win as Dodgers sweep Cardinals
Bella Bodhi [Model] - Bio, Height, Body Stats, Family, Career and Net Worth 
When Does Subway Open And Close
Crossword Help - Find Missing Letters & Solve Clues
Prep Spotlight Tv Mn
Lexus Credit Card Login
Die 8 Rollen einer Führungskraft
JVID Rina sauce set1
Culver's.comsummerofsmiles
'Insidious: The Red Door': Release Date, Cast, Trailer, and What to Expect
R/Airforcerecruits
1636 Pokemon Fire Red U Squirrels Download
Hwy 57 Nursery Michie Tn
Restored Republic
Grandstand 13 Fenway
Personalised Handmade 50th, 60th, 70th, 80th Birthday Card, Sister, Mum, Friend | eBay
8005607994
Sam's Club Gas Prices Deptford Nj
Worcester County Circuit Court
Tedit Calamity
Man Stuff Idaho
Home Auctions - Real Estate Auctions
Birmingham City Schools Clever Login
Powerspec G512
Craigslist Mendocino
Xre 00251
Walmart Front Door Wreaths
Is My Sister Toxic Quiz
Peugeot-dealer Hedin Automotive: alles onder één dak | Hedin
Jasgotgass2
Latest Posts
Article information

Author: Frankie Dare

Last Updated:

Views: 5859

Rating: 4.2 / 5 (73 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Frankie Dare

Birthday: 2000-01-27

Address: Suite 313 45115 Caridad Freeway, Port Barabaraville, MS 66713

Phone: +3769542039359

Job: Sales Manager

Hobby: Baton twirling, Stand-up comedy, Leather crafting, Rugby, tabletop games, Jigsaw puzzles, Air sports

Introduction: My name is Frankie Dare, I am a funny, beautiful, proud, fair, pleasant, cheerful, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.