HTML/CSS/Link Attributes/name

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

"name" sets the element name or the target for an anchor "a" element

   <source lang="html4strict">
   

<HTML> <BODY> <a href="#bottom">Go to the bottom of this page</a>































</BODY> </HTML>


     </source>