Links in HTML are created using the <a> tag. The basic syntax for creating a link is:
What do you see when trying to view the link? Share public link view shtml link
If clicking a link in an SHTML file does nothing or displays unexpected behavior, check the link's href attribute. Empty href values ( href="" or href= ) can cause unpredictable results, such as displaying the directory listing Links in HTML are created using the <a> tag