public interface HTMLConstants
Modifier and Type | Interface and Description |
---|---|
static interface |
HTMLConstants.HttpEquiv
Nom du tag | Attribut | Utilité
Pragma | no-cache | Empêche le navigateur de garder la page dans son cache
Refresh | x; URL="adresse" | Appelle une autre page (située à l'URL spécifiée) après un délai d'attente de x secondes.
|
static interface |
HTMLConstants.Meta
Nom du tag | Attribut | Utilité
Author | "Informations sur l'auteur" | Informations sur l'auteur de la page
Copyright | "Informations de copyright" | Permet de référencer des informations de droits d'auteur
Description | "Description de votre site" | Permet de donner une information à afficher lors du résultat d'une recherche.
|
static interface |
HTMLConstants.Target |
Modifier and Type | Field and Description |
---|---|
static String |
END_JAVASCRIPT_TOKEN |
static String |
END_STYLE_CSS_TOKEN |
static String |
START_JAVASCRIPT_TOKEN |
static String |
START_STYLE_CSS_TOKEN |
static final String START_JAVASCRIPT_TOKEN
static final String END_JAVASCRIPT_TOKEN
static final String START_STYLE_CSS_TOKEN
static final String END_STYLE_CSS_TOKEN
Copyright © 2021 Visiativ Software. All rights reserved.