How can I link to another URL when my web page opens without clicking on "link"?
I'm just learning html and understand how to link using the anchor and href.
Example:
<html>
<body>
<p>
<a href="http://msm/com">
Click Here </a>
</p>
</body>
</html>
How can I get my webpage to open the link without having to have the "Click Here" present?