0
How to create alink to the same page on html??
9 Answers
+ 1
Do you know how to create links for other pages? If so, post your code please.
+ 1
Syed Arsalan try to read about absolute and relative paths, I believe it's what you need.
However, if you're only interested in linking the page itself, then use:
<a href="#">This page<a/>
+ 1
Syed Arsalan it requires JavaScript. Finish HTML & CSS first before moving on. You will learn all this as you go deeper in the course. Don't rush it, or you'll end up confusing things.
0
For example i want to go on google page
I would write
< a href ="http.//www.google.com/"> google </a>
0
Ok
0
For example i have created a button and i want to add a content or page in this button so what i do??
0
Okk