Styled Link Example

Example showing a styled hyperlink.

Preview

Code

<a href="https://example.com" style="color:red;font-weight:bold;">
Styled Link
</a>

More HTML Links Examples (11)