Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> a[href]::after { content: " (" attr(href) ")"; font-style: italic; } </style> <a href="https://www.quackit.com"> Quackit Homepage </a>
Preview