Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4586822
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T21:41:34+00:00 2026-05-21T21:41:34+00:00

A silly question but just curious, say I have a css in the following

  • 0

A silly question but just curious, say I have a css in the following format,

.name1{color: black}
.name2{color: red}
.name3{color: yellow}

Now I need to add some other property like text-decoration: underline on all this three. Instead of adding it in each rule as,

.name1{color: black,text-decoration: underline }
.name2{color: red,text-decoration: underline }
.name3{color: yellow,text-decoration: underline }

Is there a better way of doing it like clubbing them together for just the text-decoration: underline and use their color property as such. Something like inheritance or over-riding in OOPs.

Thanks,
Abi

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T21:41:35+00:00Added an answer on May 21, 2026 at 9:41 pm
    .name1,
    .name2,
    .name3 {
        text-decoration: underline;
    }
    

    You could also add a class to each element in the HTML and reference it once in the CSS.

    Also, the property delimiter is ;, not ,.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It might be a silly question but I am just curious about what goes
This might be a silly a question. But I am just curious to know
Guys I know this question is silly but just to make sure: Having in
This may be a really silly question, but it just crossed my mind and
Silly question really but just was wondering about other peoples naming conventions for DAL
Very silly question but i have messed up on it. My question is, i
I've just started programming with Java, so might appear as silly question, but I
This might just come as a very silly question, but i am really frustrated
this is a silly n00b question but i just don't get it to work.
This might come across as a silly question but I am curious to know

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.