Answer: To reference a style sheet on .aspx page,we use
link element in the page’s head element, as shown .
<link href="demo.css" type="text/css" rel="stylesheet">
It is known as the linking of external stylesheet.(demo.css is a stylesheet file in
the web site)
Asked In: Many Interviews |
Alert Moderator