The <style> tag usually goes within the <head> section of an HTML file. It contains CSS properties and rules that apply styles to elements on the page. <style> : The HTML tag to create a style element and define internal CSS. CSS rules inside <style> affect elements on the page based on the specified selectors.