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
Are the Health Concerns About Nitrates Overblown?
What is Private IP? Guide to Understand Private IP
English Bulldog Puppies For Sale Under 1000 In Florida
Katie Pavlich Bikini Photos
Gamevault Agent
Pieology Nutrition Calculator Mobile
Hocus Pocus Showtimes Near Harkins Theatres Yuma Palms 14
Hendersonville (Tennessee) – Travel guide at Wikivoyage
Compare the Samsung Galaxy S24 - 256GB - Cobalt Violet vs Apple iPhone 16 Pro - 128GB - Desert Titanium | AT&T
Vardis Olive Garden (Georgioupolis, Kreta) ✈️ inkl. Flug buchen
Craigslist Dog Kennels For Sale
Things To Do In Atlanta Tomorrow Night
Non Sequitur
Crossword Nexus Solver
How To Cut Eelgrass Grounded
Pac Man Deviantart
Alexander Funeral Home Gallatin Obituaries
Energy Healing Conference Utah
Geometry Review Quiz 5 Answer Key
Hobby Stores Near Me Now
Icivics The Electoral Process Answer Key
Allybearloves
Bible Gateway passage: Revelation 3 - New Living Translation
Yisd Home Access Center
Home
Shadbase Get Out Of Jail
Gina Wilson Angle Addition Postulate
Celina Powell Lil Meech Video: A Controversial Encounter Shakes Social Media - Video Reddit Trend
Walmart Pharmacy Near Me Open
Marquette Gas Prices
A Christmas Horse - Alison Senxation
Ou Football Brainiacs
Access a Shared Resource | Computing for Arts + Sciences
Vera Bradley Factory Outlet Sunbury Products
Pixel Combat Unblocked
Movies - EPIC Theatres
Cvs Sport Physicals
Mercedes W204 Belt Diagram
Mia Malkova Bio, Net Worth, Age & More - Magzica
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Teenbeautyfitness
Where Can I Cash A Huntington National Bank Check
Topos De Bolos Engraçados
Sand Castle Parents Guide
Gregory (Five Nights at Freddy's)
Grand Valley State University Library Hours
Holzer Athena Portal
Hello – Cornerstone Chapel
Stoughton Commuter Rail Schedule
Nfsd Web Portal
Selly Medaline
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.