The following style rule draws a thin orange border around every element on the page.
<style>
* { border: 1px solid orange; }
</style>
Notes Remarks
The universal selector matches every element in the document tree. If the universal selector is not the only component of a simple selector, the “*” may be omitted. For example:
* {...}
This (*) selector has no parameters.
Standards informationUniversal
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4