Buy Questpond's video subscriptions on
huge discount
.
Online: 2362
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
ASP.NET
>
Loading ...
Which section is the best place to give reference to an External style sheets?
Posted by
vishalneeraj-24503
on 3/13/2014 | Category:
ASP.NET Interview questions
| Views: 1572 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
<HEAD>
section is the best place to give reference to an External style sheets in HTML page.
For Example:
<head>
<link type="text/css" rel="stylesheet" href="style/common.css" />
</head>
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
In which section(s) we can write Javascript functi ...
Next > :
How to give reference to an External style sheet f ...
Comments or Responses
Login to post response
More Interview Questions by vishalneeraj-24503
How to give reference to an External style sheet files in HTML pages?
What is the full form of NBSP?
What is the use of   in HTML?
How to Enable Asp.Net controls?
How to disable Asp.Net controls?
How to Show Hidden server side control at run time?
What is the default value of control'Visible value?
How to Hide server side control at design time?
Latest Interview Questions
Global.asax file can be downloaded via the Url like : www.samplewebsi ...
Global.asax file is mandatory in an application. True or False
How to stop flickering while the gets loaded in IE?
How to perform multiple file input?
Can multiple catch blocks that correspond to a single try block execut ...
How can you get the extension from a File upload control ?
How to perform sum of digits from 1 to n in javascript?
How can a user assign a property dynamically in javascript and generat ...
More ...