<p>
The most basic selector to use is the element name.
</p>
/*p is the selector*/
p {
color: #00ff00;
font-size: 50px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.