Answer Posted / akriti
first including css file in head tag.style="text/css" then
using <style> tag.then within style tag defining class u
want to apply..like .style1{font:red}
then including this class in particular tag..
<h1 class=style1>This is css</h1>
| Is This Answer Correct ? | 15 Yes | 21 No |
Post New Answer View All Answers
Where sessions are stored?
What is cookies in asp net?
Explain the difference between overriding and overloading?
What is the concept of postback in asp.net?
What is the difference between user control an custom control?
What is the difference between CC and BCC?
Define authentication and authorization.
Can you change a Master Page dynamically at runtime?
What is strong-typing versus weak-typing?
What is inproc mode in session?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Can we override the enablepartialrendering property of the scriptmanager class?
What is ASLM?
Where sessions are stored in asp.net?
What are the features of asp.net mvc?