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
What is the main function of url routing system in asp.net mvc? : asp.net mvc
Can we set master page as a start page?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is the difference between table and query?
What are different methods of session maintenance in asp.net?
Describe the events in the life cycle of a web application.
Demonstrate Render and PreRender?
Define a static class?
What is asp according to you?
How is my content secured from unauthorized access?
in which protocol ASP.NET WEB API Work?
What is the question mark in a url?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is postback and autopostback in asp.net?
Is react a template engine?