Which HTML parameter within <style> tag is used to relate it to the referenced stylesheet? code example
Example: how to write multiple style in html
<h1 style="color:blue;text-align:center">This is a header</h1>
<p style="color:green">This is a paragraph.</p>