Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What is CLASS selector?

user-image
Question added by Zaid Rabab'a , Software Development Team Leader , Al-Safa Co. Ltd.
Date Posted: 2013/07/14
Roshan Thapa
by Roshan Thapa , Database and Communication Manager , Finaccess Private Limited

Class is a name given to CSS definition that applies to all the HTML elements that use the specified class for rendering.
A class selector is named by having a DOT (.) at the beginning such as .ClassName and the CSS defined is applied to all the HTML elements that use this class.
For example, you can have a CSS class as follows: .myClass { background-color:blue; } and if you specify an HTML element with the above specified class such as , then, all the elements within this DIV will have a blue background.
While using a class definition in HTML, you MUST omit the dot(.) i.e.
you need to specify class name in HTML element as "myClass" not ".myClass"

Osama Abu Rayyan
by Osama Abu Rayyan , Web Developer / Front-End Web Developer , BloomThemez

The class selector uses the HTML class attribute to set a particular style for many HTML elements with the same class.

Deleted user
by Deleted user

very simple select any element of html and assign to it my defined class name in css definde in css : .myparageraph { font-family: verdana; } and using it in html element

Kaombwe Simkoko
by Kaombwe Simkoko , Computer Technician , President's Office Planning Commission

The .class selector styles all elements with the specified class for example Style all elements with class="home": p.home { background:blue; } My name is Kaombwe.
I live in Tanzania.
My name is Kaombwe.
I also live in Tanzania.

adil khan
by adil khan , In Top 5 Employees , Harbin Institute of Technology, Harbin, China

The .class selector styles all elements with the specified class for example Style all elements with class="hometown": p.hometown { background:yellow; } My name is Donald.
I live in Ducksburg.
My name is Dolly.
I also live in Ducksburg.

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.