Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Atributos | Tags y Atributos
HTML Definitivo

bookAtributos

Los atributos son parte integrante de los elementos HTML, ya que proporcionan información complementaria o instrucciones sobre un elemento. Al definir el comportamiento, la apariencia o la funcionalidad del elemento, los atributos mejoran su funcionalidad general. Los atributos se especifican en la tag de apertura de un elemento y constan de un nombre y un valor.

Ejemplo de uso

Exploremos algunos ejemplos de elementos HTML con atributos para comprender cómo afectan al comportamiento de los elementos:

Example Usage

Let's explore a few examples of HTML elements with attributes to understand how they impact the elements' behavior:

Example Usage

Let's explore a few examples of HTML elements with attributes to understand how they impact the elements' behavior:

html

index

css

index

js

index

copy
<input type="text" placeholder="name">
<img alt="Forest" src="https://codefinity-content-media.s3.eu-west-1.amazonaws.com/code-1/forest+example+img.png" />
<a target="_blank" href="https://www.google.com/">Google</a>
<button type="reset">Reset the information</button>

Resumen

Un elemento HTML normalmente consiste en una tag, atributos y contenido.

  • Tag define el tipo de elemento (por ejemplo, p, img, etc.);
  • Atributos (Attribute) proporcionan información adicional sobre el elemento (por ejemplo, src, alt, etc.);
  • Contenido (Content) es todo lo que hay entre las tags de apertura y cierre del elemento.

Sum up

HTML element typically consists of a tag, attributes, and content.

  • Tag defines the element type (e.g., p, img, etc.);
  • Attribute provides additional information about the element (e.g., src, alt, etc.);
  • Content is anything between the opening and closing tags of the element.

Sum up

HTML element typically consists of a tag, attributes, and content.

  • Tag defines the element type (e.g., p, img, etc.);
  • Attribute provides additional information about the element (e.g., src, alt, etc.);
  • Content is anything between the opening and closing tags of the element.
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 2
We use cookies to make your experience better!
some-alt