Introduction to CSS
We use HTML to describe contents of our web pages and not to format this content, to overcome this limitation W3C designed a new language known as CSS (Cascading stylesheet).
Understanding CSS Syntax
CSS is composed of rulesets, to understand CSS ruleset let’s first see an example.
p {
color: blue;
}
Let’s understand the parts of css syntax one by one.
Selector
Selector in css is used to refer html element, in above example p
is the selector which will point to all paragraph or p
elements in html document.
Declaration
Declaration is the body of css block, in above example { color: blue; }
is the declaration. CSS declaration is composed of one or more pairs of property
and value
. In above example color
is the property with an assigned value of blue
. Each pair of property
and value
in CSS declaration is separated or closed with a semicolon ;
.
Understanding CSS Selectors
As described above, CSS Selectors are used to refer or select html elements and this selection can be made using different approached, in following section we will explore different methods to use CSS selectors.
Element Selector
Element selectors are based on HTML element name.
Examples
Following CSS snippet defines an element selector for all h1 elements.
h1 {
color: red;
}
Following CSS snippet defines an element selector for all div elements.
div {
color: red;
}
Following CSS snippet defines an element selector for all p elements.
p {
color: red;
}
Id Selector
Id selectors are used to select HTML elements with a specific id
attribute.
Examples
Following CSS snippet defines an id selector to select all HTML elements having value my1
for id
attribute.
#my1 {
color: red;
}
This css block / style will be applied to elements like.
<p id="my1"> Para 1 </p>
Class Selector
Class selector is used to select elements with a specific class attribute.
Examples
Following CSS snippet defines an id selector to select all HTML elements having value red
for class
attribute.
.red {
color: red;
}
This css block / style will be applied to elements like.
<p class="red"> Para 1 </p>
You can also apply multiple CSS class style blocks on a single element.
.big {
font-size: 24pt;
}
Both style blocks red
and big
will be applied to p
element used in following code snippet.
<p class="red big"> Para 1 </p>
Using CSS
You can use css styles using following three methods.
Inline style
Inline style can be applied directly to an html element using style
attribute.
<p style="color:red;">Hello World</p>
Internal style
Inline styles are enclosed in <style> ... </style>
block within an html document. You can add <style> ... </style>
block anywhere in html document, however usually it is defined in <head> ... </head>
block.
<!DOCTYPE html>
<html>
<head>
<style>
p {
color: green;
}
</style>
</head>
<body>
<p>Hello how are you</p>
</body>
</html>
or
<!DOCTYPE html>
<html>
<head>
<style>
p {
color: green;
}
</style>
</head>
<body>
<p>Hello how are you</p>
<style>
.mystyle {
color: red;
font-size: 22pt;
}
</style>
<p class="mystyle" > This is with my style </p>
</body>
</html>
External style
Instead of writing the CSS style directly in html file, you can define you css stylesin a seprate text file and then include this css file in your html as an external style.
style.css
.mystyle {
color: red;
font-size: 22pt;
}
.greeny {
color: green;
}
index.html
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<p class="greeny">Hello how are you</p>
<p class="mystyle" > This is with my style </p>
</body>
</html>
CSS Cascading Order
CSS styles are cascaded in following order, having one the highest and 3 with lowest priority.
- Inline style.
- Internal and external style.
- Default style of Web Browser.
That’s it, hope you enjoyed it. You like this article, have any questions or suggestions please let us know in the comments section.
Thanks and Happy Learning!
This article is part of Web Design and Development series.
60 thoughts on “Introduction to Web Design – CSS and CSS3”
Leave a Reply
You must be logged in to post a comment.
Paragraph writing is also a fun, if you be familiar with after that you can write if not it is complex to write. Tonya Alwyn Milt
Thankfulness to my father who stated to me concerning this weblog, this weblog is actually amazing. Carmita Barnabe Gratiana
Asking questions are actually nice thing if you are not understanding something fully, however this paragraph presents pleasant understanding yet. Meggi Duky Stutzman
I cannot thank you enough for the post. Really looking forward to read more. Cool. Stacie Lin Frechette
This is my first time pay a quick visit at here and i am truly impressed to read everthing at alone place. Marylinda Buck Pence
The information and facts talked about within the write-up are some of the most effective obtainable. Bobinette Deane Alisen
You have observed very interesting points! ps nice internet site. Nicoli Werner Lotson
Great post. I am facing many of these issues as well.. Serena Dennison Dole
I am actually thankful to the owner of this site who has shared this impressive article at at this place. Joane Clare Lothair
Hello. This post was extremely motivating, especially since I was searching for thoughts on this topic last week. Teresita Lydon Mashe
Hi, its nice paragraph about media print, we all be aware of media is a enormous source of facts. Elie Gerri Gonta
Good day very cool blog!! Guy .. Excellent .. Superb .. Shaun Arne Sitnik
This post is really a fastidious one it helps new web visitors, who are wishing for blogging. Dulcea Odie Donnelly
Appreciating the hard work you put into your site and degailed information you present. Ranice Wainwright Cahra
Taskade looks after every business and project need. Dixie Claudell Ruberta
Thank you for sharing your info. I really appreciate your efforts and I am waiting for your next post thanks once again. Sara-Ann Marten Pepper
A big thank you for your article. Really looking forward to read more. Fantastic. Eadith Ab Pollyanna
Real nice pattern and great written content , practically nothing else we want : D. Pietra Bartlet Gemperle
I was studying some of your content on this internet site and I think this internet site is rattling informative ! Retain posting . Heidie Garth Mosera
Cheap admission paper ghostwriter service for school . Dena Erik Bush
Have you always been concerned about these issues? Kendre Elwood Moth
Hi mates, fastidious piece of writing and good urging commented here, I am really enjoying by these. Annmarie Shermie Braca
Very good article! We are linking to this particularly great content on our site. Keep up the great writing. Cathlene Shepard Rance
Make sure you hold your funds updated and on time. Amalee Milt Koran
TRADER is the safest cryptocurrency that exists in the market. Florenza Paco Ahouh
I like your writing style truly enjoying this internet site. Carlene Addy Fleming
Everything is very open with a very clear clarification of the challenges. It was really informative. Your site is useful. Many thanks for sharing! Corry Brnaba Montgomery
I love it when individuals come together and share views. Great website, continue the good work!| Leonelle Padraig Bluefield
naturally like your web site however you need to test the spelling on several of your posts. A number of them are rife with spelling issues and I find it very bothersome to inform the truth however I will definitely come again again. Brenn Crosby Yasmin
Thank you for some other fantastic post. Where else could anyone get that type of information in such a perfect manner of writing? I have a presentation subsequent week, and I am at the look for such info. Anthiathia Leonidas Magree
Like!! I blog frequently and I really thank you for your content. The article has truly peaked my interest. Katheryn Al Westbrooke
Fastidious replies in return of this difficulty with genuine arguments and describing all concerning that.| Alana Albrecht Astrea
I read in an article that I would be able to process millions of operations per second without transaction fees. Querida Hillery Kaila
For the same reason people use Virtual machines: namely to isolate the tools and application that you have and group them logically. Vonny Xever Yankee
Bless you-thanks-May I clear up some misconceptions? Celestyna Vernor Tacy
I together with my guys were found to be viewing the good information and facts on your web page then unexpectedly came up with an awful suspicion I never expressed respect to the site owner for those strategies. All the guys are actually for this reason stimulated to learn them and now have without a doubt been enjoying these things. Many thanks for genuinely quite accommodating and also for deciding on this form of remarkable topics millions of individuals are really desperate to learn about. Our own honest apologies for not expressing appreciation to you sooner. Aurlie Griz Demetra
Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. Vestibulum sapien. Proin quam. Etiam ultrices. Bev Burl Aphra
I blog frequently and I seriously appreciate your content. This great article has truly peaked my interest. I will take a note of your website and keep checking for new information about once a week. I opted in for your RSS feed too. Julie Irving Pahl
After I originally left a comment I appear to have clicked on the -Notify me when new comments are added- checkbox and from now on each time a comment is added I get four emails with the exact same comment. Is there a means you are able to remove me from that service? Many thanks. Gabbey Guglielmo Pond
Very good article. I absolutely appreciate this website. Continue the good work! Rochella Emmerich Four
I am perpetually thought about this, appreciate it for posting. Priscilla Humphrey Zilber
Can I simply say what a relief to uncover somebody who actually understands what they are talking about online. You definitely realize how to bring a problem to light and make it important. More and more people really need to read this and understand this side of the story. I was surprised you are not more popular since you most certainly have the gift. Kai Waite Dyke
Prepared do an dissuade be so whatever steepest. Yet her beyond looked either day wished nay. By doubtful disposed do juvenile an. Sileas Claudianus Shanda
I savor, result in I found just what I was taking a look for. Tony Myrwyn Spiegleman Veda Samson Madancy
Great Article, being an outdoor enthusiast I have found that the best equipment is often something custom made to survive and thrive in rough situations and the competitive world. From my collection of Gibson Les Pauls, my pro Nikon camera to my custom precision rifles, the best tools are in my bag!! Add to that New Breed bows used in field archery and the 3D circuit are my personal selection to give me the competitive edge. Their attention to detail and customer service are definitely Pro Class!! Casandra Shayne Fennelly
I truly appreciate this blog. Thanks Again. Awesome. Pierette Hamilton Latrena
I appreciate you sharing this blog. Much thanks again. Want more. Kelly Maxim Bremer
I love it when individuals get together and share opinions. Great website, keep it up! Ceil Cort Marcos
Very nice article. I certainly appreciate this site. Keep writing! Stephine Rockey Nieberg
You can definitely see your expertise within the article you write. Aretha Keefer Steward
You made some nice points there. I did a search on the subject matter and found most individuals will consent with your website. Harlie Rriocard Didier
I really enjoy the blog post. Really looking forward to read more. Great. Karlie Rem Barden
I am in fact grateful to the owner of this site who has shared this impressive article at at this place. Hattie Yule Parish
The arrival of Trader to the market will significantly reduce scams and thefts. Amelina Zedekiah Alvina
Wow! Thank you! I permanently wanted to write on my site something like that. Can I take a part of your post to my website? Bunnie Johnny Erdei
Thanks to my father who stated to me about this website, this blog is really awesome.
Hello! Do you knlw if they make any plugims to help with SEO?
I’m trying to get my blog too rank for some targeted keywords but I’m nott seeing very good results.
If you kmow of any please share. Appreciate it!
https://clients1.google.com.gt/url?q=https://bestwwwkratom.com
kratom colorado
kratom colorado https://clients1.google.me/url?q=https://bestwwwkratom.com
I love it when people come together and share thoughts.
Great blog, keep it up!
I am in fact thankful to the holder of this website who has shared this fantastic piece
of writing at at this time.
I am grateful to you for this beautiful content. I have included the content in my favorites list and will always wait for your new blog posts.