diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:20:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:20:05 +0100 |
commit | 747e709ad97c5782af29688f52c8105c08d9a323 (patch) | |
tree | dc574a3e876ecc4d2bda6e7d64c2df1a03282f3f /files/ca/glossary/attribute | |
parent | eff3c1a4a064f7d6cf582f0344dc2dd6d8cece6e (diff) | |
parent | 656b8007e3ac28600241104d0eaa210870561395 (diff) | |
download | translated-content-747e709ad97c5782af29688f52c8105c08d9a323.tar.gz translated-content-747e709ad97c5782af29688f52c8105c08d9a323.tar.bz2 translated-content-747e709ad97c5782af29688f52c8105c08d9a323.zip |
Merge pull request #56 from fiji-flo/unslugging-ca
Unslugging ca
Diffstat (limited to 'files/ca/glossary/attribute')
-rw-r--r-- | files/ca/glossary/attribute/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/ca/glossary/attribute/index.html b/files/ca/glossary/attribute/index.html new file mode 100644 index 0000000000..51b8de1e1c --- /dev/null +++ b/files/ca/glossary/attribute/index.html @@ -0,0 +1,20 @@ +--- +title: Atribut +slug: Glossary/Attribute +tags: + - CodingScripting + - Glossary + - HTML +translation_of: Glossary/Attribute +original_slug: Glossary/Atribut +--- +<p>Un atribut estén una {{Glossary("etiqueta")}}, canviant el comportament de l'etiqueta o proporcionant metadades. Un atribut té sempre la forma nom = valor (donant l'identificador de l'atribut i el valor associat a l'atribut).</p> + +<h2 id="Aprèn_més">Aprèn més</h2> + +<h3 id="Referència_tècnica"><span id="result_box" lang="ca"><span>Referència</span> <span>tècnica</span></span></h3> + +<ul> + <li><a href="/en-US/docs/Web/HTML/Attributes">HTML attribute reference</a></li> + <li>Informació sobre <a href="/en-US/docs/Web/HTML/Global_attributes">atributs globals</a> HTML.</li> +</ul> |