Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!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>