Puede utilizar HTML en el sitio web de ArcGIS Online cuando se incluye un editor de texto enriquecido, por ejemplo, en las páginas de elementos, las descripciones de grupos, los mapas emergentes y las aplicaciones configurables.
Etiquetas y atributos HTML
A continuación se muestra una tabla de las etiquetas y los atributos HTML compatibles que puede utilizar.
Etiqueta | Atributo |
---|---|
a | href, style |
abbr | title |
article | style |
aside | style |
audio | autoplay, controls, loop, muted, preload |
b, strong, i, em, u, ul, ol, li, tbody, br, hr | |
blockquote | style |
code | style |
dd, dl, dt | style |
del | style |
details | style, open |
div | style, align, aria-label, aria-hidden |
figcaption | style |
figure | style |
font | size, color, style |
footer | style |
h1, h2, h3, h4, h5, h6 | style |
header | style |
img | src, width, height, border, alt, style |
main | style |
mark | style |
nav | style |
p | style |
pre | style |
section | style |
source | media, src, type |
span | style, aria-label, aria-hidden |
sub | style |
summary | style |
sup | style |
table | width, height, cellpadding, cellspacing, border, style |
td, th | height, width, valign, align, colspan, rowspan, nowrap, style |
time | style |
tr | height, valign, align, style |
video | autoplay, controls, height, loop, muted, poster, preload, width |
Consideraciones sobre HTML
Tenga en cuenta lo siguiente:
- Las etiquetas HTML no enumeradas en la tabla anterior no son compatibles y se filtrarán.
- Los protocolos admitidos para href y src son https, tel y mailto.
- Las etiquetas se cierran de forma automática si no están cerradas.
- <>&s usan símbolos de escape fuera de las etiquetas de escape si no lo han hecho con <>&".
- Los vínculos UNC no son compatibles.
- Cuando se usa una etiqueta a, la dirección URL de destino href se abre siempre en una nueva pestaña del navegador.