Style

The <style> element is used to define style information for an HTML document.

In this example, a <style> element is being used to define a pair of background images, one directly from the <style> element, and the other from a stylesheet imported used the @import keyword.