Answer:
• You can define styles in a style sheet file and that can be applied to all webforms referencing to the style sheet.
• You can also initialize styles in a page’s head element and that can be applied to all elements on the current page.
• You can also define styles inline in the HTML tag. These styles are applicable only to the HTML element in which these styles are defined.
Asked In: Many Interviews |
Alert Moderator