abc HTML5 i CSS TUTORIAL

Dodatak: Lista naredbi: BOOKMARK AND HYPERLINK /URL/

Naredba Primjer Opis

a name

 

BOOKMARK uvod

a name <a name="ime odredišta"> text </a>

BOOKMARK


a href  

HYPERLINK uvod

a href="#

<a href="#ime odredišta"> text </a>  HYPERLINK (BOOKMARK in document)
a href="file <a href="ime fajla"> text </a>  HYPERLINK (BOOKMARK is file)
a href="../file <a href="../ime fajla">text</a>  HYPERLINK (prethodni direktorij)
a href="http://domen <a href="http://wwww.ime domena">text</a>  HYPERLINK (Web server)
a href="mailto:adresa <a href="mailto:e-adresa">text </a>  HYPERLINK (Web server)

Index