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
Define the term Web Garden?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What websites use asp.net?
How would you enable impersonation in the web.config file?
What are HTTP handlers in ASP.NET?
What is full form of asp.net?
How does asp page work?
What is the difference between file-based dependency and key-based dependency?
What is the full meaning of asp.net?
What is the difference between executescalar and executenonquery?
Is asp.net and .net are same or different?
Why is xap important?
What is a proxy in web service?
What is the sequence in which ASP.NET events are processed?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC