HTML/CSS/Basic Tags/id

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

"id" defines the id that can be used to reference the element

   <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>