Dear sir,
Currently i have a small prob i want to disply my page title with different colors in html like google in html so please suggest me
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.
Sibeesh VenuPosted Nov 19, 2014, 7:08 AM
Please see the above link.
Prasad BhagatPosted Nov 19, 2014, 1:52 AM
How can i add a class to my title tag
i need to disply title with this manner so please suggest me
Sibeesh VenuPosted Nov 19, 2014, 1:35 AM
It is easy . Just do as the following .
Lets say you have a link
This is a linkThe new CSS rule is:
All done... So now you've learnt how to change colours within the same link, using the power of CSS - congratulations!a.example span span span
{
color: #f90;
text-decoration: none
}
a.example:hover span span span
{
color: #0c0;
text-decoration: underline
}
See here for more details : http://www.webcredible.com/blog-reports/css/different-link-text-colour.shtml