HTML/CSS/Link Attributes/href

Материал из Web эксперт
Перейти к: навигация, поиск

"href" sets URL or anchor point of the "a", "area", "base", and "link" elements

   <source lang="html4strict">
   

<HTML> <BODY> <a href="#jumpto">Scroll down to the bottom paragraph</a>









































This is the last paragraph on the page

</BODY> </HTML>


     </source>