Cachez le soulignement d’un lien
1 2 3 4 5 |
<html> <body> <a href=test.html" style="text-decoration: none;">test</a> </body> </html> |
Créer un lien interne avec retour au début de ligne
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
<html> <head> </head> <body> <a name="debut"></a> <br> <a href="#lien1">Lien1</a> <br> <a href="#lien2">Liens2</a> <br> <a href="#lien3">Liens3</a> <br> <br> <br> <a name="lien1">Lien1</a> <a href="#debut">(revenir au debut de page)</a> <br> <br> <br> <a name="lien2">Lien2</a> <a href="#debut">(revenir au debut de page)</a> <br> <br> <br> <a name="lien3">Lien3</a> <a href="#debut">(revenir au debut de page)</a> <br> <br> <br> </body> </html> |
Ouvrir un lien dans une nouvelle fenêtre
1 2 3 4 |
<html> <body> <a href="test.html" style="text-decoration: none;" target="_blank">test</a> </body> </html> |
Quelques codes ..
– trait de séparation avec 2 espacements:
1 |
<strong> </strong> <strong><hr width="100%" size="2" color="#A5AA34"/></strong> <strong> </strong> |
– Centrer le texte:
1 |
<strong><center>text</center></strong> |
– Aligner a droite un texte ou une image:
1 |
<strong><DIV align="right"> texte</DIV></strong> |
– Texte gras:
1 |
<strong><B>texte</B></strong> |
– Texte souligner:
1 |
<strong><u>text</u></strong> |
– Texte italique:
1 |
<strong><i> texte </i></strong> |
– Citation de texte (ligne):
1 |
<strong><q>texte</q></strong> |
– Citation de texte (bloque de texte):
1 |
<strong><blockquote> texte texte ... </blockquote></strong> |
– Lien simple:
1 |
<strong><A href="le_nom_de_la_page.htm">Le texte du lien</A></strong> |
– Lien fichier:
1 |
<strong><A href=fichier.exe>Fichier</A></strong> |
– Pour envoyer un e-mail:
1 |
<strong><A href="mailto:test@test.fr"></A> </strong> |
– Police du texte:
1 |
<strong><FONT face="non de police comme arial">text</FONT></strong> |
Recherche ciblée d’extension sur un moteur de recherche Exemple avec plusieurs extensions (rtf, ppt, csv, xls …)
1 |
filetype:rtf | filetype:ppt | filetype:pptx | filetype:csv | filetype:xls | filetype:xlsx | filetype:docx | filetype:doc | filetype:pdf "blablabla" |
Blablabla étant le nom de fichier recherché