Select from following answers:- style
- font
- script
- class
- All Above
we can write inline style inside <style> tag as:-
<style type="text/css">
</style>
The <style> tag is used to define style information for an HTML document.It is used to provide a better way to style an HTML elements. It has an attribute name TYPE which we define as "text/css" that indicates a CSS.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator