ASP Programming Question:
Download Job Interview Questions and Answers PDF
What is a class in CSS?
Answer:
Answer1
A class allows you to define different style characteristics to the same HTML element.
Answer2
class is a child to the id, id should be used only once, a css class can be used multiple times:
div id=”banner”
p class=”alert”
A class allows you to define different style characteristics to the same HTML element.
Answer2
class is a child to the id, id should be used only once, a css class can be used multiple times:
div id=”banner”
p class=”alert”
Download ASP Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
how do you get the value of a combo box in Javascript? | When inserting strings into a SQL table in ASP What is the risk and how can you prevent it? |