Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Atributos | Tags e Atributos
HTML Supremo
course content

Conteúdo do Curso

HTML Supremo

HTML Supremo

1. Desenvolvimento Web
2. Tags e Atributos
3. Estrutura do Documento
4. Mídias e Tabelas
5. Formulários

book
Atributos

Basic syntax

Attributes are specified only within the triangle brackets of the opening tag of an element. The syntax for defining an attribute is as follows:

Exemplo de uso

Vamos explorar alguns exemplos de elementos HTML com atributos para entender como eles impactam o comportamento desses elementos:

Example Usage

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

html

index.html

copy

This element shows an image of a forest. The alt="Forest" attribute provides alternative text, so if the image doesn't load, users will see "Forest" instead. The src="..." attribute specifies the image's location.

Resumo

Um elemento HTML geralmente consiste em uma tag, atributos e conteúdo.

  • Tag define o tipo de elemento (por exemplo, p, img, etc.);
  • Atributo fornece informações adicionais sobre o elemento (por exemplo, src, alt, etc.);
  • Conteúdo é qualquer coisa entre a tag de abertura e de fechamento do 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.
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 2
We're sorry to hear that something went wrong. What happened?
some-alt