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 8112115
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T02:22:08+00:00 2026-06-06T02:22:08+00:00

If i have something like <p id=something>My Text Here</p> Is it possible to use

  • 0

If i have something like

<p id="something">My Text Here</p>

Is it possible to use some kind of pseudo-selector in CSS to apply a style only to certain text elements from my text?

Example, i want:

“My” to be color: red;
and “Text” color: blue;

  • 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-06-06T02:22:10+00:00Added an answer on June 6, 2026 at 2:22 am

    No, this is not possible.

    There are pseudo-selectors such as :first-letter and :first-line, but you cannot select invidual words without wrapping them in elements that you can individually style:

    <p id="something">
        <span class="foo">My</span> 
        <span class="bar">Text</span> 
        <span class="baz">Here</span>
    </p>
    

    You’d then be able to style them individually:

    .foo {
        color: #ff0000;
    }
    .bar {
        color: #00ff00;
    }
    .baz {
        color: #0000ff;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some generated CSS and would like to use some css that could
I have some code that looks something like this: <head runat="server"> <script type="text/javascript"> var
Suppose I have something like this: if ($command === 'txt') { header('Content-type: text/plain;charset=utf-8'); echo
I have a jsonArray something like this. var json_array = [ { text: id,
I have text file with something like first line line nr 2 line three
I have string: text and something and something like f213 @@ -1,9 +1,11 @@
I have a text file which contains something like this: Hello, my name is
Suppose I have a table of users. Something like: ID integer, USER text, POSITION
Here's my problem (I'm programming in C): I have some huge text files containing
I would like to have something like <textarea>Welcome, click here to type.</textarea> Then clear

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.