ID Selector

An ID selector targets a single element with a specific id attribute.

Preview

Code

<style>
#title{
color:#dc2626;
}
</style>

<h1 id="title">ID Selector Example</h1>

More CSS Selectors Examples (7)