HTML Link Code Generator in 2021

HTML Link Code Generator
HTML Link Code Generator

Use this tool to generate HTML link code.

Select link type:

Enter link text:
Enter URL to link to:
Set CSS link style:
Normal link:
color:
background-color:
text-decoration:  
target-new:  
Hovered link:    
color:
background-color:
text-decoration:  
target-new:  
Generated link view:
Generated link code:
\n'; } TA1.value=txt; OnUpdateView(); } function ResetButton(){ T1.style.color="#aaa"; T2.style.color="#aaa"; GenerateButton(); } function ResetText(obj, op){ if(op==0){ if((obj==T1&&obj.value==text)||(obj==T2&&obj.value==url)){ obj.value=""; obj.style.color="#000"; }}else{ if(obj.value==""){ if(obj==T1) obj.value=text; else obj.value=url; obj.style.color="#aaa"; }} } function SetFocus(){ calc.input.focus(); }