mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-11 13:00:56 -04:00
602 B
602 B
title, localeTitle
| title | localeTitle |
|---|---|
| HTML Elements | Elementos HTML |
A maioria dos elementos HTML possui uma tag de abertura e uma tag de fechamento.
As tags de abertura são assim: <h1> e tags de fechamento são assim: </h1> .
Observe que a única diferença entre as tags de abertura e fechamento é que as tags de fechamento têm uma barra após o colchete angular de abertura.
Existem também alguns elementos HTML que são de fechamento automático.
Por exemplo, a tag de imagem <img /> e a tag de <input /> .