Quote:
Originally Posted by PamWinterReturns
If so, why do only certain lines show an error?
|
There is a long winded answer, that you would probably have trouble grasping that would explain what effect escape characters would have, etc..
Instead of that, why not just try the code CyberSEO passed and see if it works.
Here is the definition of the anchor tag with the href attribute. It will show proper usage:
https://www.w3schools.com/tags/att_a_href.asp
Quote:
HTML <a> href Attribute
Example
The href attribute specifies the link's destination:
<a href="https://www.w3schools.com">Visit W3Schools</a>
Definition and Usage
The href attribute specifies the URL of the page the link goes to.
If the href attribute is not present, the <a> tag is not a hyperlink.
|
.