While writing HTML tags what is meant by .column?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Nov 28, 2011, 9:31 AM
CSS allows you to specify your own selectors called "id" and "class".
The class Selector
The class selector is used to specify a style for a group of elements. Unlike the id selector, the class selector is most often used on several elements. This allows you to set a particular style for many HTML elements with the same class. The class selector uses the HTML class attribute, and is defined with a "."Ex:-
Class Selector in css
Thanks
Prashant ChaudharyPosted Nov 28, 2011, 6:57 AM
Manikavelu VelayuthamPosted Nov 28, 2011, 6:52 AM
Prashant ChaudharyPosted Nov 28, 2011, 6:49 AM
Manikavelu VelayuthamPosted Nov 28, 2011, 5:45 AM