Alright. I'm coding in HTML
and I have gotten stumped on a problem.
I have 3 HTML
files:
main.html
, buy.html
, and CSS.css
and I'm trying to figure out how I can put a link or hyperlink on main.html
that redirects me to buy.html
.
Edit: Ive been told that buy.html
and main.html
have to be in the same directory. How do you add the buy.html
to the same directory as main.html
?
For reference, im using repl.it
for coding in HTML