chore(i18n,curriculum): processed translations (#42545)
This commit is contained in:
@ -11,7 +11,7 @@ dashedName: create-a-bulleted-unordered-list
|
||||
|
||||
HTML ha un elemento speciale per la creazione di <dfn>liste non ordinate</dfn>, o elenchi puntati.
|
||||
|
||||
Le liste non ordinate iniziano con un elemento di apertura `<ul>`, seguito da qualsiasi numero di elementi `<li>`. Infine, le liste non ordinate si chiudono con un `</ul>`
|
||||
Le liste non ordinate iniziano con un elemento di apertura `<ul>`, seguito da qualsiasi numero di elementi `<li>`. Infine, le liste non ordinate si chiudono con un `</ul>`.
|
||||
|
||||
Ad esempio:
|
||||
|
||||
|
@ -34,7 +34,7 @@ assert(
|
||||
);
|
||||
```
|
||||
|
||||
Il tuo `form` dovrebbe avere un attributo `action` impostato su `https://www.freecatphotoapp.com/submit-cat-photo`
|
||||
Il tuo `form` dovrebbe avere un attributo `action` impostato su `https://www.freecatphotoapp.com/submit-cat-photo`.
|
||||
|
||||
```js
|
||||
const action = $('form').attr('action');
|
||||
|
@ -42,7 +42,7 @@ Il testo, `link to www.freecodecamp.org` all'interno dell'elemento `a` si chiama
|
||||
|
||||
L'output finale dell'esempio sarà simile a questo:
|
||||
|
||||
Ecco un <a href="https://www.freecodecamp.org" target="_blank">link a www.freecodecamp.org</a> da seguire.
|
||||
Here's a <a href="https://www.freecodecamp.org" target="_blank">link to www.freecodecamp.org</a> for you to follow.
|
||||
|
||||
# --instructions--
|
||||
|
||||
|
Reference in New Issue
Block a user