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 user control in asp.net?
What are the Types of objects in ASP
What is meant by asp.net?
What is the difference between exe and dll?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
Where the viewstate is stored after the page postback?
What parameters can you pass in the url of the api?
Explain the differences between managed and unmanaged code?
How can we update records in gridview?Is there any appropriate code for it?
What is content page in asp net?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is the difference between a default skin and a named skin?
Describe how ASP.NET maintains process isolation for each Web application?
Explain the difference between asp.net mvc and asp.net webforms
Differentiate strong typing and weak typing