⟩ Explain three ways to define a color in html?
1) Hex
2) RGB
3) Name (ie red)
.colorMe {
color:red;
color:#ff0000;
color:rgb(0,0,255);
}
1) Hex
2) RGB
3) Name (ie red)
.colorMe {
color:red;
color:#ff0000;
color:rgb(0,0,255);
}
Can you please tell me more about the day-to-day responsibilities of this job?
What is Semantic HTML?
How do you include a comment in CSS?
Tell me what is jQuery?
Suppose If you have an issue with your page, how do you debug it, what tools do you use?
Tell us have you learned something new or interesting lately?
Tell me 3 available jQuery plugins that Bootstrap has in their Query plugin library?
How to access a GET requests URL parameter with PHP?
Name 4 new elements in HTML5 that were not available in previous HTML versions?
Tell me what are the limitations when serving XHTML pages?