Local Style

<h1 style="text-decoration:underline;text-align:center">Weather Report</h1>

Also known as an "inline style", this method of applying CSS styling is for small changes to a single element through its style attribute, as above. This isn't a stylesheet and there is neither rule nor selector, since the element is "selected" implicitly by virtue of having its style attribute set.

Back to Knowledge Dump