A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/css/selectors/type below:

type · WebPlatform Docs

type Summary

A type selector matches every instance of the element type in the document tree.

Syntax
E {  }
Parameters

E: String that specifies the name of a document language element type.

Examples

The following style rule applies to all the H1 tags within the document.

h1 {
    color:teal;
    font-variant:small-caps;
}
Related specifications
CSS 2.1
W3C Recommendation
See also Related articles Selectors Attributions

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