HTML Input
<p>There are several browsers available, such as <a href="#">Mozilla Firefox</a>, <a href="#">Google Chrome</a>, and <a href="#">Microsoft Edge</a>.</p>
CSS Input
a { } a:link { } a:visited { } a:focus { } a:hover { } a:active { }
Output
There are several browsers available, such as
Mozilla Firefox
,
Google Chrome
, and
Microsoft Edge
.