adresseLOGIN

adresse

Cet exemple montre :

Comment écrire une adresse dans un fichier HTML.


section suivante
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文网(www.php.cn)</title> </head> <body> <address> Written by <a href="mailto:webmaster@example.com">Jon Doe</a>.<br> Visit us at:<br> Example.com<br> Box 564, Disneyland<br> USA </address> </body> </html>
soumettreRéinitialiser le code
chapitredidacticiel