HTML CSS examples for HTML Tag:a
a href Attribute - Link to a JavaScript:
ResultView the demo in separate window
<!DOCTYPE html> <html> <body> <a href="javascript:console.log('Hello World!');">Execute JavaScript</a> </body><!--from w ww . ja v a 2 s . com--> </html>