+ 1
Hi, how can i write something for another page in my web page?
<a href="about/index.html"> about </a> i wanna write for this page
1 Resposta
+ 1
i suggest you create a directory and for each page create different .html file with different name. then write <a href="pagename.html">something</a> and then open pagneame.html file and write html code inside ;)