0
How can i programme a thing that would make a written stuff show if u click on something like About in a website (HTML)
For example if I am making a website and at the bottom of it I added ABOUT to make users know more about me how would i make that about to bring the information to the persons
4 Antworten
+ 1
Go take the HTML/CSS/JavaScript/jQuery courses.
+ 1
Create an "About Me" web page and link it to your home web page. Something like <a href="about.html">About Me</a>
+ 1
You're welcome 😁
0
Thank