In HTML, the tag creates a link and the href tells the browser where the link should go.
to use html <h3><a href="">Practice Tasks</a></h3> with an empty href doesn't specify another page. However it looks like a link ...
html <h3><a href="">Practice Tasks</a></h3>
same for html <h3> <a href="">Challenges</a></h3> looks like a link as well
html <h3> <a href="">Challenges</a></h3>
30+ years ago that was considered :( LOL
PS. why no one spotted this for few years running LOL . its in static-index BTW
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In HTML, the tag creates a link and the href tells the browser where the link should go.
to use
html <h3><a href="">Practice Tasks</a></h3>with an empty href doesn't specify another page. However it looks like a link ...Practice Tasks
same for
html <h3> <a href="">Challenges</a></h3>looks like a link as wellChallenges
30+ years ago that was considered :( LOL
PS. why no one spotted this for few years running LOL . its in static-index BTW
The text was updated successfully, but these errors were encountered: