Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE HTML> <html> <head> <style> a { display: block; background: orange; padding: 20px; text-align: center; } </style> </head> <body> <a href="https://www.w3docs.com/learn-html/html-introduction.html"> <div> This is a clickable div. </div> </a> </body> </html>