I am trying to learn html on the fly for a company that I am doing an internship for. They gave me some source code for web pages and I see something like:
href = SomeFileName.php
What is this line of code doing?
Is it connecting the pages or something?
"The href attribute specifies the link's destination"
https://www.w3schools.com/tags/att_a_href.asp
I strongly suggest you go over the tutorials posted here