Interviewer And Interviewee Guide

HTML Developer Interview Question:

Can you name three ways to define a color in html?

Submitted by: Muhammad
1) Hex
2) RGB
3) Name (ie red)

.colorMe {
color:red;
color:#ff0000;
color:rgb(0,0,255);
}
Submitted by: Muhammad

Read Online HTML Developer Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.