aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/global_attributes/class/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/html/global_attributes/class/index.html')
-rw-r--r--files/es/web/html/global_attributes/class/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/html/global_attributes/class/index.html b/files/es/web/html/global_attributes/class/index.html
index ba82c66e65..9ba36baf8b 100644
--- a/files/es/web/html/global_attributes/class/index.html
+++ b/files/es/web/html/global_attributes/class/index.html
@@ -1,11 +1,12 @@
---
title: class
-slug: Web/HTML/Atributos_Globales/class
+slug: Web/HTML/Global_attributes/class
tags:
- Atributos globales
- HTML
- Referencia
translation_of: Web/HTML/Global_attributes/class
+original_slug: Web/HTML/Atributos_Globales/class
---
<p>{{HTMLSidebar("Global_attributes")}}<br>
El <a href="/es/docs/Web/HTML/Atributos_Globales">atributo global </a><strong>class</strong> es una lista de las clases del elemento separada por espacios . Las clases permiten a CSS y Javascript seleccionar y acceder a elementos específicos a través de los <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Class_selectors">selectores de clase</a> o funciones como el método {{domxref("document.getElementsByClassName")}} del DOM.</p>