HTML/CSS/Link Attributes/name — различия между версиями

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

Текущая версия на 11:17, 26 мая 2010

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