TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Renjith V S
NA
317
65.7k
Is it possible to use 2 or more classes in html text box or
Apr 9 2014 7:29 AM
Hi,
I have a CSS classes named
class1
{
color:red;
}
class2
{
color:blue;
}
class3
{
color:yellow;
}
and I have a text box
<input type="text" id="txtname" class="class1 class2 class3" >
The text box includes 3 classes. So on running the text box which will be the color of the text and how can I predict the color.
Reply
Answers (
3
)
Align Div vertically middle
how to make html with css multi language ??