Rubriques

>> Toutes les rubriques <<
· *** Pâtisserie & Tartes, desserts*** (139)
· *** Pains & Viennoiseries *** (36)
· *** Recettes Salées & Boissons*** (75)
· *** Recettes du Monde *** (51)
· **** Techniques et Vocabulaire **** (7)
· *** INDEX GENERAL*** (15)
· Zz ...aide html... zz (10)
· **** Matériel et Ingrédients **** (1)
· **** Liens utiles **** (1)

Rechercher
Abonnement au blog
Recevez les actualités de mon blog gratuitement :

Je comprends qu’en m’abonnant, je choisis explicitement de recevoir la newsletter du blog "chezfanchon" et que je peux facilement et à tout moment me désinscrire.


Statistiques

Date de création : 01.03.2011
Dernière mise à jour : 09.09.2013
351 articles


Derniers commentaires

ma mère faisait ce gâteau j'ai gardé sa recette je l'ai fait une fois mais je l'ai raté j'adore ce gâteau je v
Par Anonyme, le 10.04.2025

j’ai cette même recette d’un vieux livres des années 80 ou 70
Par Anonyme, le 22.06.2024

quelle levure utilisée, levure déshydratée ou levure fraîche de boulanger?
Par Anonyme, le 15.12.2021

ha ben j'imagine que oui ! pourquoi pas ? http://chezfan chon.centerblo g.net
Par chezfanchon, le 19.04.2020

bonjour peut on mettre dans un bac a glaçons et congeler cette sauce svp? merci
Par Anonyme, le 16.04.2020

Voir plus

Points d'ancrage (ne marche pas ici)

Publié le 01/03/2011 à 09:26 par chezfanchon Tags : html

 

Retour à l'aide mémoire html

 

 

 

Pour définir et atteindre un point d'encrage:

 

Retour au top

(ref: http://www.echoecho.com/htmllinks08.htm)

To link to an anchor you need to:

  • Create a link pointing to the anchor

  • Create the anchor itself.

An anchor is created using the <a> tag.
If you want to create an anchor called chapter4, you simply add this line where you want the anchor to be:

<a name="chapter4"></a>

<p><a name="Italie" id="Italie"></a></p>

 


After doing this, you can make a link pointing to the anchor using the normal <a href> tag, like this:

Click <a href="#chapter4">here</a> to read chapter 4.



Note:
When linking to an anchor on a page you need to put a # in front of the anchor.


When you link to an anchor on the same page, simply enter

<a href="#YourAnchor">blabla</a>




When you link to anchors on external pages use this syntax:

<a href="http://www.yahoo.com#YahoosAnchor">blabla</a>



Anchors are generally used when you create pages with considerable amounts of text. You would typically make an index at the top of the page linking to the anchors that have been added to key places in the text that follows.